Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

In OHS for Hyperion 11.1.2.3 how do I redirect use to use https instead of http

Anjum AraAug 8 2014 — edited Sep 12 2014

Hi All

I have configured OHS to run on SSL. Everything works fine and as expected. Now I want to make sure that when client enters http://<servername>/workspace it should get automatically redirected to https://<servername>/workspace.

I don't have any loadbalancer configured.

I tried to edit epm_rewrite_rules.conf by adding

RewriteCond %{HTTP_HOST} ^http://planprod/workspace

RewriteRule ^(.*)$ https://planprod/workspace/$1 [R=permanent,L]

Is there anyway I could do this.

I am new to SSL

Thanks

This post has been answered by Anjum Ara on Sep 12 2014
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 10 2014
Added on Aug 8 2014
3 comments
1,667 views