Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where Set SSL_CERT_FILE and _PATH_TO_CERTIFICATE_ in Windows? #5

Open
waqas-mehmood-pk opened this issue Oct 18, 2016 · 0 comments
Open

Comments

@waqas-mehmood-pk
Copy link

Windows

On Windows, you will be required set the following environment variable that points to a valid CA certificate on your system in order to perform the https operations:

SSL_CERT_FILE

Alternatively, you can make a call in your code to the following static method using the path to your CA certificate:

\OptimalPayments\OptimalApiClient::setCACertPath(_PATH_TO_CERTIFICATE_);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant