Oracle Analytics Cloud and Server

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

OBIEE Redirect url from proxy server

Received Response
21
Views
2
Comments
user11970052
user11970052 Rank 1 - Community Starter

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

  • User_EA38B
    User_EA38B Rank 1 - Community Starter
    edited Oct 11, 2023 6:10AM

    I have the same problem, "Service Unavailable" error and that it.

  • 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.