Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Web Proxy

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.
Answers
-
If you connect directly to weblogic does the HTTPS one works? If it doesn't it isn't IIS in front which will fix it and you have to first debug that.
If you then want to have IIS connecting to weblogic over HTTPS you maybe have to make sure IIS accept the SSL cert used by weblogic as a valid one.
0