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

SSL no longer needed - causes problems with PM - MailPHP #31

Open
thinkbound opened this issue Aug 16, 2022 · 1 comment
Open

SSL no longer needed - causes problems with PM - MailPHP #31

thinkbound opened this issue Aug 16, 2022 · 1 comment

Comments

@thinkbound
Copy link

Remove this:


curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);

prev | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
prev | curl_setopt($ch, CURLOPT_CAINFO, dirname(FILE) . '/Certificate/cacert.pem');

@sagannotcarl
Copy link

Thanks for this!

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

2 participants