Cloned SSL instance to non-SSL instance:
After investigation I found that changing all https to http doesn't disable SSL but also need to modify ssl_terminator value in context value as below.
<sslterminator oa_var="s_enable_sslterminator"/>
to
<sslterminator oa_var="s_enable_sslterminator">#</sslterminator>
This disables SSL configuration. The I executed autoconfig and bounced services and finally I could launch ebs applications from Browser.
No comments:
Post a Comment