Allow https connection without a keystore
-----------------------------------------
Key: AXIS2-2944
URL: https://issues.apache.org/jira/browse/AXIS2-2944
Project: Axis 2.0 (Axis2)
Issue Type: New Feature
Components: transports
Affects Versions: 1.2
Reporter: Michael Davis
Priority: Minor
Normally when we connect over https, if the server sends us a certificate that
is not well known, we have to specify a keystore using system properties:
System.setProperty("javax.net.ssl.trustStore","path to keystore" );
System.setProperty("javax.net.ssl.trustStorePassword","apache");
We should allow clients to either provide a certificate by some other means,
such as hard-coding the bytes, or allow the client to disregard the certificate
and trust the server. This is because clients are sometimes deployed on systems
where the developers have no access to the file system and therefore cannot
configure the keystores.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]