HTTPS access does not work
book
Article ID: 115443
calendar_today
Updated On:
Products
Vantage Storage Resource Manager
Issue/Introduction
I configured the Vantage WebUI for HTTPS, but connection can be established using HTTP only.
Related messages:
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-7776]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-7776]]
. . . .
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:995)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
... 12 more
Caused by: java.net.BindException: EDC8115I Address already in use.
Environment
Release: SMV3EN00200-14.0-Graphical Management Interface
Component:
Resolution
The same port was used in server.xml for the HTTP and HTTPS connector.
Be sure different ports are specified.
The 'server.xml' file can be found in the path, such as: /u/users/vantagewebui/WebUI/runtime/apache-tomcat-x.y.zz/conf --> server.xml
Feedback
thumb_up
Yes
thumb_down
No