2016-08-31 16:51 GMT+02:00 Mark Thomas <ma...@apache.org>:

> On 31/08/2016 15:45, Lazar Kirchev wrote:
> > Hello,
> >
> > According to Tomcat 8.5 documentation [1] when JSSE is used if the key
> > alias is not specified through the attribute certificateKeyAlias of
> > Certificate entry, then "... the first key read from the keystore will be
> > used...".
> > However, when the property is not specified Tomcat tries to use a default
> > key alias (which is "tomcat"). At least I got (on Tomcat 8.5.4)
> > java.io.IOException: Alias name tomcat does not identify a key entry
> >     at
> > org.apache.tomcat.util.net.jsse.JSSEUtil.getKeyManagers(
> JSSEUtil.java:213)
> >     at
> > org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(
> AbstractJsseEndpoint.java:101)
> >
> > Is this the intended behavior?
>
> http://svn.us.apache.org/repos/asf/tomcat/tc8.5.x/
> trunk/webapps/docs/changelog.xml
>
> http://bz.apache.org/bugzilla/show_bug.cgi?id=59867
>
> Oops, I messed up the changelog entry, it is actually this bug:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59910

I'll fix it after the tags.

Rémy

Reply via email to