romkavt / yandex-money-sdk-php

MIT License
107 stars 43 forks source link

PEM12 #17

Open gelinger777 opened 9 years ago

gelinger777 commented 9 years ago

Do you support in this SDK the SSL sertificate signing which yandex implemented lately?

raymank26 commented 9 years ago

Yes I am. Do you have any problems? You can check CA bundle by using OpenSSL s_client like this: openssl s_client -connect money.yandex.ru:443 -CAfile cacert.pem -crlf -verify 9. The last output line should be Verify return code: 0 (ok)

gelinger777 commented 9 years ago

The problem is that we cannot figure out where to put the pem12 which we get from yandex. where to install it ?