[
https://issues.apache.org/jira/browse/AXIS2-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-2944.
---------------------------------
Resolution: Fixed
Assignee: Afkham Azeez (was: Saminda Wishwajith Abeyruwan)
Added these classes provided in the comment to the trunk
> Allow https connection without a keystore
> -----------------------------------------
>
> Key: AXIS2-2944
> URL: https://issues.apache.org/jira/browse/AXIS2-2944
> Project: Axis2
> Issue Type: New Feature
> Components: transports
> Affects Versions: 1.2
> Reporter: Michael Davis
> Assignee: Afkham Azeez
> 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]