Shelley Lynn Hughes-Godfrey created GEODE-3636:
--------------------------------------------------
Summary: GatewaySender stop can hang with SSL enabled
Key: GEODE-3636
URL: https://issues.apache.org/jira/browse/GEODE-3636
Project: Geode
Issue Type: Bug
Components: wan
Reporter: Shelley Lynn Hughes-Godfrey
SSLSockets throw the following exception if shutdownOutput() invoked:
java.lang.UnsupportedOperationException:
The method shutdownOutput() is not supported in SSLSocket
GatewaySender code tries to interrupt the AckReaderThread in the middle of a
socket read by calling Connection.destroy. Unfortunately, that throws and then
swallows this UnsupportedOperationException and doesn't close the socket when
SSL is enabled.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)