I"m trying to configure the Oracle Web Proxy in our environment and having trouble. We are running http on port 9502 and https on 9503, I can get the web proxy to work as long as do use http port on either the IIS server or the weblogic server. I would like to know if I can do the following configuration using the web proxy?
IIS port 443 (https) ==> web logic 9502 (http)
IIS port 443 (https) ==> web logic 9503 (https)
Copy of iisproxy.ini
WebLogicHost=server.xyz.com
WebLogicPort=9503
Debug=All
WLLogFile=D:\12cProxy\DLL_Logs\wl-proxy.log
FileCaching=OFF
** I do not get a log created either but WireShark shows communication between the servers. Looks like the web logic side of the communications only wants to talk over http.