Re: AW: Choosing provider to load pkcs12 keystore for ssl

2014-06-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steffen, On 6/16/14, 12:01 PM, Steffen Heil (Mailinglisten) wrote: > Okay, I must have overlooked the "keystoreProvider" attribute > completely. Sorry for that and thanks a lot for the hint. > > However that only solved the loading part of the prob

AW: Choosing provider to load pkcs12 keystore for ssl

2014-06-16 Thread Steffen Heil (Mailinglisten)
Hi Okay, I must have overlooked the "keystoreProvider" attribute completely. Sorry for that and thanks a lot for the hint. However that only solved the loading part of the problem. The certificate is still unusable. When I try to connect, the browser reports an error. I set javax.net.debug=all

Re: Choosing provider to load pkcs12 keystore for ssl

2014-06-14 Thread Konstantin Kolinko
2014-06-14 15:38 GMT+04:00 Steffen Heil (Mailinglisten) : > Hi > > > I am using tomcat with the NIO connector, so I load the ssl certificate and > private key from a keystore in pkcs12 format. > This works fine using RSA. > > Now I want to switch to a certificate using ECC and that EC is not suppo

Choosing provider to load pkcs12 keystore for ssl

2014-06-14 Thread Steffen Heil (Mailinglisten)
Hi I am using tomcat with the NIO connector, so I load the ssl certificate and private key from a keystore in pkcs12 format. This works fine using RSA. Now I want to switch to a certificate using ECC and that EC is not supported by the JRE. It IS however supported by bouncycastle. In my own co