[
https://issues.apache.org/jira/browse/PROTON-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gordon Sim updated PROTON-1587:
-------------------------------
Attachment: proton-1587.tgz
Reproducer:
1. compile the tls_client.c example
2. start three versions of the included tls_server.py
python tls_server.py -a amqps://localhost:7777
python tls_server.py -a amqps://localhost:8888
python tls_server.py -a amqps://localhost:9999
3. then run the tls_client executable (in same dir as the bundled certs/key)
observer all connections being established, then
4. kill one of the tls_Server.py processes
As expected the tls_client process reports disconnection for that server
process and will try to reconnect. However the other connections will also
start to fail e.g.
{noformat}
connecting to localhost:7777...
connecting to localhost:8888...
connecting to localhost:9999...
disconnected from localhost:8888: Connection refused - disconnected
localhost:8888
connected to localhost:7777
connected to localhost:9999
connecting to localhost:8888...
disconnected from localhost:8888: Connection refused - disconnected
localhost:8888
disconnected from localhost:7777: SSL Failure: error:140E0197:SSL
routines:SSL_shutdown:shutdown while in init
connecting to localhost:8888...
connecting to localhost:7777...
disconnected from localhost:8888: Connection refused - disconnected
localhost:8888
connected to localhost:7777
connecting to localhost:8888...
disconnected from localhost:8888: Connection refused - disconnected
localhost:8888
disconnected from localhost:9999: SSL Failure: error:140E0197:SSL
routines:SSL_shutdown:shutdown while in init
connecting to localhost:8888...
connecting to localhost:9999...
{noformat}
> failure on one SSL connection causes error:140E0197:SSL
> routines:SSL_shutdown:shutdown while in init
> ----------------------------------------------------------------------------------------------------
>
> Key: PROTON-1587
> URL: https://issues.apache.org/jira/browse/PROTON-1587
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Reporter: Gordon Sim
> Fix For: proton-c-0.18.0
>
> Attachments: proton-1587.tgz
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]