I have set the trust store jks file in javax.net.ssl.trustStore System property.
But still I am getting the message that SSLSocketFactory is null. This could be due to the reason javax.net.ssl.* property not set
There could be two reasons which I feel could be the reason for this failure
1) There is some property which I have not set in System
2) These properties needs to be set somewhere else and not in System class. (Please note that my class is being invoked as
Thread by WebSphere).
Can anyone please help me regarding this error?