Skip to Main Content

Analytics Software

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!

OHS SSL-Offloading to IIS

kkwokJan 12 2017 — edited Jan 13 2017

Hi Experts,

I am running EPM 11.1.2.4 on server1 and OBIEE 12c on server2 and DRM 11.1.2.4.342 on server3.

I have successfully configured the OHS SSL-Offloading to OBIEE with the following:

WLproxysslpassthrough, and WLProxySSL set to ON

Added the following in mod_wl_ohs.conf:

<LocationMatch ^/analytics>

    SetHandler weblogic-handler

    WeblogicCluster server2:9502

    WLIOTimeoutSecs 6000

    Idempotent OFF

    WLSocketTimeoutSecs 600

WLProxySSLPassThrough ON

</LocationMatch>

and the WebLogic Plugin Enabled parameter in weblogic Console of OBIEE.

Now when i use https://server1:443/analytics, it redirects me to https://server1:443/analytics no problem, (it used to go to http://server/analytics)

I am not sure what i need to do if i want to use the same strategy for drm-web-client. Currently, when i use https://server1:443/drm-web-client, it will always bring me to http://server1/drm-web-client while i use the same configuration as analytics except the weblogic console part.

When i checked the EPM Security configuration guide http://docs.oracle.com/cd/E57185_01/OPUSC/OPUSC.pdf page 25, SSO offloading to OHS for IIS is supported, but I am unsure how it's setup.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2017
Added on Jan 12 2017
11 comments
626 views