Open h333397 opened 12 years ago
Are you using https in your spire configuration? Have you installed the correct ca.pem? Is there more than one CA certificated installed for the same domain?
Okay first of all thanks for the https, the s was missing. My second fault was that i did not replaced the whole [DOMAIN] in the testing line but only the DOMAIN. So the certificate seems right (stdin: OK) But therefore i now got the handshake failure, like this one here https://github.com/Eichhoernchen/SiriServerCore/issues/41 ... could someone explain what
It detected the hostname automatically but I didn't change it to the FQDN
means?
Thanks
When you create the certificates upon first start, or when you delete the server.crt file from the keys folder, it generates a certificate, it will try to detect your domain, but this often fails as a public domain, if not configured properly in the system cannot be detected. It will show you which domain it uses and asks you to confirm this, or allow you to change it. This domain must match the domain you enter in spire, otherwise you will get an handshake failure because the domains don't match and this would be considered a error as this could be an impersonation attack therefore SSL checks that.
Hi
I've got a problem connecting to my Siri-server. Every time I try to connect with my IDevice, i get the following Error/Warning in the server log:
If i try to verify the correctnes of my certificate with the " echo | openssl s_client -connect..." method i get the following error:
And with the last SSL test (the mini-server one) i only got
Does anybody has a clue why this is happening?
Thanks