Has anyone configured SSL with self signed certificate in Weblogic Server successfully?
I have configured SSL in Weblogic Server 12.2.1.4.0 with self-signed certificate using Java keystore.
The admin and managed server links are up for secure and non-secure ports.
But when trying to connect through Java client program which runs under Weblogic Server environment, I get below error :
Could not create order: weblogic.net.http.SOAPHttpsURLConnection cannot be cast to javax.net.ssl.HttpsURLConnection
I have followed Doc ID 2332805.1 and added DUseJSSECompatibleHttpsHandler=true in the setDomainEnv file but after this update I get a Internal Server Error with response code 500.
Please let me know if I am missing anything here.