EBS 12.2 Only Allow Access to Oracle WebLogic Server Administration Ports from Trusted Hosts
When i am trying to access the weblogic server console from one of client machine, I am getting the below error
Solution :
If you have applied the Critical Patch Update (CPU) released in April 2019, then you can use the context variable s_wls_admin_console_access_nodes
to specify the trusted hosts used by administrators that require access to the Oracle WebLogic Server Administration Console and Fusion Middleware Control. Set this context variable to a list of trusted hosts that are allowed to access the consoles using the Oracle WebLogic Server Administration ports.
Run file system, we need to add the client ip or hostname lists in context file
<s_wls_admin_console_access_nodes oa_var=”s_wls_admin_console_access_nodes”>10.0.XX.XX</s_wls_admin_console_access_nodes>
run autoconfig
stop and start service
Now we can able to reach the weblogic server console URL
adop phase=fs_clone