Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FRM-92497: Server returned HTTP 503--Service Unavailable after setting listen address of WLS_FORMS

juliojgsJun 26 2023 — edited Jun 26 2023

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:

  1. 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
  2. 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?

Comments
Post Details
Added on Jun 26 2023
2 comments
567 views