You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/01 23:39:01 UTC

[GitHub] kishorekasi opened a new issue #1109: TLS key and cert mismatch fails to error out pending ops

kishorekasi opened a new issue #1109: TLS key and cert mismatch fails to error out pending ops
URL: https://github.com/apache/bookkeeper/issues/1109
 
 
   **BUG REPORT**
   
   With PEM file formats, keys and certificate/cert chain are in separate files. If there is a mismatch between these files, which results in KEY_MISMATCH ssl exception, should close the channel and error out all pending ops. 
   
   Due to bug in TLS handshake response handling (future.get() == null), the pending ops are not drained to error out.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services