Thursday, July 30, 2015

Configuring SSL (Secure Socket Layer) in OBIEE 11g

Step 1:login to  weblogic administration console page.
Step 2:Click Lock & Edit
        C:\Users\Rajkumar\Desktop\https server\Untitled.png
Step 3:Click Environment        
C:\Users\Rajkumar\Desktop\https server\Untitled1.png
Step 4:click Servers
C:\Users\Rajkumar\Desktop\https server\Untitled2.png
Step 5:
          Click bi-server1
C:\Users\Rajkumar\Desktop\https server\Untitled3.png
Step 6:
           Go to Configuration and genaral tab
C:\Users\Rajkumar\Desktop\https server\Untitled4.png 
step 7:
            Check the SSL Listen Port Enabled and change the port number to 443           

C:\Users\Rajkumar\Desktop\https server\Untitledw.png
(*1: 443 is the default SSL port and is automatically recognised by most browsers)
(*2: 80 is the default non SSL port is automatically recognised by most browsers)

Step 8:
        Click Save.

C:\Users\Rajkumar\Desktop\https server\Untitled6.png
Step 9:
          Then click Activate Changes
C:\Users\Rajkumar\Desktop\https server\Untitledfhj.png

Step 10:
       We  need to edit the StartStopServices.cmd file,
usally found in : <<BI_HOME>>\instances\instance1\bifoundation\OracleBIApplication\coreapplication
In my Case D:\OBIEE_HOME\instances\instance3\bifoundation\OracleBIApplication\coreapplication
C:\Users\Rajkumar\Desktop\https server\Untitled10.png
Step 11:
          We have to change set BI_URL=http://%wls.host%:%wls.mgd.port%/analytics   to
set BI_URL=https://%wls.host%/analytics
           
C:\Users\Rajkumar\Desktop\https server\Untitled11.png
C:\Users\Rajkumar\Desktop\https server\Untitled8.png

Step 11:
            Reboot the System
Step 12:
    Now login with https://host:port/analytics
In My case     https:// SSS2014012PC:443/analytics


1 comment:

  1. Hi

    Configured the mentioned stpes but... the url with HTTPS is not working.

    ReplyDelete