forms 12.2.1.4
I have it running, but I see this security warning in the console:
SSL hostname verification is disabled by the system property -Dweblogic.security.SSL.ignoreHostnameVerification=true in production mode. Disabling host name verification will leave the server vulnerable to man-in-the-middle attacks. SOLUTION: Remove the specified system property and ensure SSL host name verification is enabled.
So, I try this to fix it:
- in the managed server WLS_FORMS listen address (which was blank), I enter the CN name of the certificate corresponding to the alias in the jdk I have in the SSL
- In the ssl tab, advanced, I set hostname verifier = BEA hostname verifier.
Then I restart wls_forms, the security warning has vanished, but if I launch a form, I get this FRM-92497
Hint: I'm fronting forms through ohs. Should I change anything in forms.conf file?