Re: [users@httpd] Tomcat 9 doesnt load ECDSA keystore

2020-06-03 Thread Madhan Raj
Thanks Yann , will do that


On Wed, Jun 3, 2020 at 5:53 AM Yann Ylavic  wrote:

> Hi Madhan,
>
> wrong list, consider asking on us...@tomcat.apache.org instead.
>
> Regards;
> Yann.
>
> On Wed, Jun 3, 2020 at 3:07 AM Madhan Raj  wrote:
> >
> > Hi all,
> >
> > this is my connector tag
> >  port="443"  scheme="https" secure="true"
> protocol="org.apache.coyote.http11.Http11NioProtocol"
> sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation"
> disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192"
> minSpareThreads="25">
> >  sessionTimeout="1800" protocols="TLSv1,TLSv1.1,TLSv1.2,TLSv1.3"
> ciphers="ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:AES256-SHA:DHE-DSS-AES256-SHA:AES128-SHA:DHE-RSA-AES128-SHA"
> sessionCacheSize="1">
> >  certificateKeystoreFile="/usr/local/platform/.security/tomcat-ECDSA/certs/tomcat-ECDSA.keystore"
> certificateKeystorePassword="8o8yeAH2qSJbJ2sn"
> certificateKeystoreType="PKCS12" type="EC"/>
> > 
> > 
> >
> >
> > it doesn't load my EC keystore whereas it works with RSA . Any insights
> please .
> >
> > Thanks,
> > Madhan
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


Re: [users@httpd] Tomcat 9 doesnt load ECDSA keystore

2020-06-03 Thread Yann Ylavic
Hi Madhan,

wrong list, consider asking on us...@tomcat.apache.org instead.

Regards;
Yann.

On Wed, Jun 3, 2020 at 3:07 AM Madhan Raj  wrote:
>
> Hi all,
>
> this is my connector tag
>   scheme="https" secure="true" 
> protocol="org.apache.coyote.http11.Http11NioProtocol" 
> sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation" 
> disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" 
> minSpareThreads="25">
>  sessionTimeout="1800" protocols="TLSv1,TLSv1.1,TLSv1.2,TLSv1.3" 
> ciphers="ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:AES256-SHA:DHE-DSS-AES256-SHA:AES128-SHA:DHE-RSA-AES128-SHA"
>  sessionCacheSize="1">
>  certificateKeystoreFile="/usr/local/platform/.security/tomcat-ECDSA/certs/tomcat-ECDSA.keystore"
>  certificateKeystorePassword="8o8yeAH2qSJbJ2sn" 
> certificateKeystoreType="PKCS12" type="EC"/>
> 
> 
>
>
> it doesn't load my EC keystore whereas it works with RSA . Any insights 
> please .
>
> Thanks,
> Madhan

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