|
Hi Griffin If you are using the latest nhttp transport with 0.91 of Synapse, you will need to configure your axis2.xml to specify the https properties as shown here -> http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/axis2.xml?view=markup i.e. for outgoing https:
The keystore is expected to contain a single certificate for your
identity and the trust store - the usual. Once this is setup, you
should be able to talk https endpoints. Make sure to import the CA
certs or the certs of the endpoints into your trust store. Now, once a
Synapse configuration attempts to send a message to a https://....
endpoint, the https transport configuration above would be used.asankha Michael Griffin wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]asankha,Thank you. I'll give it a try. Are there any specific samples / code that I should reference when I set this up. Let me know. Thanks, Griffin -----Original Message----- From: Asankha C. Perera [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2007 1:37 PM To: [email protected] Subject: Re: Outbound HTTPS with Client Certificate Hi Griffin Yes, this should be ready with the NIO transport enhancements we did for HTTPS already. We do set the trust and identity stores for the TransportSender with these enhancements. However we do not yet do host-name verification, and this area needs some more testing. If you would like to try this out with the new transport enhancements and 0.91 code, I would suggest that you take a svn checkout of the trunk, and perform a build using "mvn clean install" and drop the nhttp.jar that gets built into your existing 0.91 installations' lib directory. Right now we are doing some changes and cleanup on the trunk, so I do not want you to try the latest trunk until we have stabilized and completed the changes Let me know if you need any more help on this asankha Michael Griffin wrote: |
- Outbound HTTPS with Client Certificate Michael Griffin
- Re: Outbound HTTPS with Client Certificate Asankha C. Perera
- RE: Outbound HTTPS with Client Certificate Michael Griffin
- Re: Outbound HTTPS with Client Certificate Asankha C. Perera
- RE: Outbound HTTPS with Client Certific... Michael Griffin
- Re: Outbound HTTPS with Client Cer... Asankha C. Perera
- RE: Outbound HTTPS with Client... Michael Griffin
- Re: Outbound HTTPS with Cl... Asankha C. Perera
- RE: Outbound HTTPS with Cl... Michael Griffin
- Re: Outbound HTTPS with Cl... Asankha C. Perera
- Re: Outbound HTTPS with Cl... Asankha C. Perera
- RE: Outbound HTTPS with Cl... Michael Griffin
- RE: Outbound HTTPS with Cl... Michael Griffin
- Re: Outbound HTTPS with Cl... Asankha C. Perera
