Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE Web Proxy

Received Response
1
Views
1
Comments
DentsplySirona
DentsplySirona Rank 4 - Community Specialist

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.