The link below contains an image that is how I wish my build architecture:
https://i.stack.imgur.com/zVPq2.png
I can configure this, without SSL at any point, and works fine. But when I configure a SSL connection between the client and the proxy, it doesn't work.
Here is my actual configuration:
LoadModule weblogic_module modules/mod_wl_22.so
<Location />
SetHandler weblogic-handler
PathTrim /
</Location>
<IfModule mod_weblogic.c>
WebLogicHost xxx.xxx.xxx.xx
WebLogicPort xxxx
WLProxySSL ON
SecureProxy OFF
Debug ON
WLLogFile "C:\temp\wlproxy.log"
WLTempDir "C:\temp"
</IfModule>
Everything else remains the same as setting the standard. I need this configuration because I have to sniff the packets after them leaves the proxy.