четверг, 30 октября 2014 г.

SSL + Comodo + Faye

I have the comodo ssl cert and couple files. To create correct cry file:
1. Create PositiveSSL.ca_bundle:

#cat COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > PositiveSSL.ca-bundle

2. Add the ca_bundle to your example_com.crt:

#cat PositiveSSL.ca-bundle >> example_com.crt

And next use the new example_com.crt and example_com.key(it is your private key).

It solved the faye issue:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

Links:

:)

Комментариев нет:

Отправить комментарий