Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Redirect url from proxy server

Hi,
I'm using a reverse proxy listeneing in the port 443 and sending the requests to the OBIEE server, which is listening in the port 80
<VirtualHost *:443>
ServerAdmin ******@****.com
ServerName myserver.mydomain.com
SSLEngine on
SSLCertificateKeyFile "C:/certs/parex_key.key"
SSLCertificateFile "C:/certs/parex_signed.crt"
ProxyPreserveHost On
ProxyPass /analytics/ http://192.168.1.16/analytics/
ProxyPassReverse /analytics/ http://192.168.1.16/analytics/
</VirtualHost>
I tried this config from Internet iwth this URL, and everythins works fine:
https://myserver.mydomain.com/analytics/saw.dll?bieehome
However, there is a problem with this one.
https://myserver.mydomain.com/analytics
It redirects automatically to the same URL but using not secue HTTP protocol.-> http://myserver.mydomain.com/analytics/saw.dll?bieehome
Any idea?
Answers
-
I have the same problem, "Service Unavailable" error and that it.
0 -
Hi @User_EA38B ,
Could you please create a new question where you provide your context (product name, version, situation) and the issue/question you have?
This is a 7 years old thread, I like to believe you don't have the same (unspecified) versions. And you will also be able to explain in more details with your own question.
0