7 Oct
2014
7 Oct
'14
8:19 a.m.
Martin Rowe wrote:
So I played around a lot with the server certificate. The error only occurs when the server key is generated using curve secp521r1.
Ah... elliptical curves are notorious for inter-operability issues. When I create certificates, I use "conservative" values. RSA, 2048 bit keys, SHA, etc. That works everywhere. The more "odd" things you use, the less likely it is to work. Alan DeKok.