Closed sasbury closed 5 years ago
Please ensure all items are complete before opening.
Added a double check in the connx code for a MQRC_SSL_ALREADY_INITIALIZED warning which can occur if SSL configs are matching but reused.
Discovered that you can't make 2 SSL connections, even if the settings are the same.
Tested manually by updating the new TLS sample to loop.
https://github.com/ibm-messaging/mq-golang/issues/87
As discussed in #88 ... it's not desirable to mask this warning
Please ensure all items are complete before opening.
What
Added a double check in the connx code for a MQRC_SSL_ALREADY_INITIALIZED warning which can occur if SSL configs are matching but reused.
How
Discovered that you can't make 2 SSL connections, even if the settings are the same.
Testing
Tested manually by updating the new TLS sample to loop.
Issues
https://github.com/ibm-messaging/mq-golang/issues/87