After Enabling SSL, URL Process Extension (PX) Fails with Error: "javax.net.ssl.SSLKeyException: Hostname verification failed"
(Doc ID 2738210.1)
Last updated on APRIL 05, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.6.0 and laterInformation in this document applies to any platform.
Symptoms
URL PX and stand alone code is failing with error.
java.net.ConnectException: t3s://{appserver_hostname}:7002: Destination xx.x.xx.xxx, 7002 unreachable.; nested exception is:
javax.net.ssl.SSLKeyException: Hostname verification failed: HostnameVerifier=weblogic.security.utils.SSLWLSHostnameVerifier, hostname={appserver_hostname}.; No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.
The issue can be reproduced at will with the following steps:
1. Log into Web Client - https://<FQDN>:<port>/Agile/PLMServlet.
2. Run URL PX.
3. Fails with error.
4. Run a stand alone code to create session with appserver.
5. Fails with the same error.
Changes
Enable SSL in application server.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |