OBIEE11g
HTTPS / SSL setup
This
is how to set it up as a SSL web server.
In
the weblogic administration console open the configuration page of your
bi_server:
Press
lock and edit:
Open
the Configuration > General tab.
Check
the SSL Listen Port Enabled and change the port number to 443
(*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)
Press
save:
Goto
the Notes tab:
Press
save.
Press
Activated Changes:
Don’t
be fooled, you still have to reboot later
If
you you the standard Start and Stop buttons:
you
need to edit the StartStopServices.cmd file, usally found in :
<<BI_HOME>>\instances\instance1\bifoundation\OracleBIApplication\coreapplication
set
the wls.mgd.port to the non SSL port number (Usually 80), set the the BI_URL
to: set BI_URL=https://%wls.host%/analytics
Reboot
the system
you
might get an SSL warning, the first time you try to log in:
>>
For the WLST scripters amongst you:
startEdit()
cd('/Servers/bi_server1/SSL/bi_server1')
cmo.setEnabled(true)
cmo.setListenPort(443)
cmo.setEnabled(true)
cmo.setListenPort(443)
activate()
startEdit()
cd('/Servers/bi_server1')
cmo.setListenPort(80)
cmo.setListenPort(80)
activate()
startEdit()
cd('/Servers/bi_server1')
cmo.setNotes('20110801;JJM;Changed default web port from 9704 to 80, enabled SSL on port 443.')
cmo.setNotes('20110801;JJM;Changed default web port from 9704 to 80, enabled SSL on port 443.')
activate()
No comments:
Post a Comment