I'm trying to configure the weblogic plugin 12.2.1.4.0 for Apache 2.4 and cannot get it working with https enabled, it works with http.I see the following errors:
apachectl start > error_log
[Wed Sep 03 20:28:40.465465 2025] [weblogic:notice] WebLogic Server Plugin version 12.2.1.4.0 <WLSPLUGINS_12.2.1.4.0_LINUX.X64_190912.1848>[Wed Sep 03 20:28:40.465658 2025] [weblogic:error] libclntsh.so: failed to open[Wed Sep 03 20:28:40.465670 2025] [weblogic:error] wl_ssl_init: The SSL init api failed status: 1[Wed Sep 03 20:28:40.465679 2025] [weblogic:crit] (20014)Internal error (specific information not available): WL SSL Init failed for server: (null) on 0[Wed Sep 03 20:28:40.465689 2025] [weblogic:error] Error Initializing SSL: Return value is -2[Wed Sep 03 20:28:40.580614 2025] [mpm_event:notice] AH00489: Apache/2.4.62 (Rocky Linux) configured -- resuming normal operationscat httpd.conf:
LoadModule weblogic_module /home/apache/WLSPlugins12c-12.2.1.4.0/lib/mod_wl_24.so<IfModule mod_weblogic.c> WebLogicHost dns.dom.com WebLogicPort 5050 SecureProxy ON WLSSLWallet "/etc/httpd/conf/mywallet"</IfModule>I've set the LD_LIBRARY_PATH and also tried using LDCONFIG and register the location where the library files are.Thanks