https://issues.apache.org/bugzilla/show_bug.cgi?id=56021

--- Comment #2 from joakim_ganse <joakim.ga...@accept-it.se> ---
Does this work now? and how do I set it up?

My current setup is on Windows 2012 R2 with Tomcat 7.0.55.
Tomcat is installed as a service.
I have verified that the certificate exists in the windows cert manager.

<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS" 
               KeyAlias="server.my.domain"
               keystoreFile=""
               keystoreType="Windows-MY"

                />

Error:
2014-12-17 14:45:14,306 [main] INFO  org.apache.coyote.http11.Http11Protocol-
Initializing ProtocolHandler ["http-bio-8180"]
2014-12-17 14:45:14,322 [main] INFO 
org.apache.coyote.http11.Http11NioProtocol- Initializing ProtocolHandler
["http-nio-443"]
2014-12-17 14:45:14,759 [main] ERROR
org.apache.coyote.http11.Http11NioProtocol- Failed to initialize end point
associated with ProtocolHandler ["http-nio-443"]
java.io.IOException: Alias name server.my.domain does not identify a key entry

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to