You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "alb3rtobr (GitHub)" <gi...@apache.org> on 2019/11/14 11:23:56 UTC

[GitHub] [geode-native] alb3rtobr opened pull request #550: GEODE-7451: Fix cert & priv key add order

When using TLS, geode native client throws an exception due to wrong order on method calling:

"Exception while querying locator: apache::geode::client::SslException: Invalid SSL keystore password."

This is due to in SSLImpl.cpp constructor, the private key is added before the certificate. According to ACE documentation, we should reverse order due to when the private key is added it is verified against the certificate. So we should call sslctx->private_key after calling sslctx->certificate

http://www.aoc.nrao.edu/php/tjuerges/ALMA/ACE-5.8.1/html/ace/a00493.html#a5fa01171382ad69ac372dae7e3860211


[ Full content available at: https://github.com/apache/geode-native/pull/550 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode-native] pdxcodemonkey closed pull request #550: GEODE-7451: Fix cert & priv key add order

Posted by "pdxcodemonkey (GitHub)" <gi...@apache.org>.
[ pull request closed by pdxcodemonkey ]

[ Full content available at: https://github.com/apache/geode-native/pull/550 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org