You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2017/02/13 17:58:41 UTC

[jira] [Reopened] (PROTON-1112) Add custom client certificate verification to proton-j Messenger

     [ https://issues.apache.org/jira/browse/PROTON-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reopened PROTON-1112:
------------------------------------

> Add custom client certificate verification to proton-j Messenger
> ----------------------------------------------------------------
>
>                 Key: PROTON-1112
>                 URL: https://issues.apache.org/jira/browse/PROTON-1112
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-j
>            Reporter: Jiří Dudek
>              Labels: ssl
>
> Please add possibility to start listener (messenger.subscribe("amqps://~127.0.0.1")) with support for SSL client authentication and custom X509TrustManager injection.
> The start of such Messenger may look:  
> {code}
> 			Messenger mng = Messenger.Factory.create();
> 			mng.setPrivateKey("serverKey.pem");
> 			mng.setCertificate("serverCert.pem");
> 			mng.setTrustManagers(myX509TrustManager);
> 			mng.setClientAuth(true);
> 			mng.start();
> 			mng.subscribe("amqps://~127.0.0.1");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org