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:
Faye SSL issue: http://www.rubyspy.com/150_20493316/
:)
Комментариев нет:
Отправить комментарий