php - error_message] => Error connecting to AuthorizeNet -


i getting following error message after have uploaded code on live server

[error_message] => error connecting authorizenet 

i using aim , same code giving proper response on our development server. when upload on live server not working

1st. update sdk library, there cert.pem file that, if outdated generate error.

2nd. can disable ssl verify peer avoid error. try 1st option always.

$youripninstance->verify_peer = false 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -