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

Add option in developer to trust unsigned certificates or not verified hosts #3532

Closed
AlexTr opened this issue Oct 6, 2021 · 0 comments
Closed
Assignees
Milestone

Comments

@AlexTr
Copy link
Contributor

AlexTr commented Oct 6, 2021

m.820931

Add curl_ssl_allow_untrusted option in developer module, which will work as follows, apply the following curl options

        curl_setopt($rConnect, CURLOPT_SSL_VERIFYPEER, false);
        curl_setopt($rConnect, CURLOPT_SSL_VERIFYHOST, false);

Everywhere where curl is used if this option is enabled, it should be disabled by default.

@AlexTr AlexTr added this to the 13.0.0 milestone Oct 6, 2021
@AlexTr AlexTr changed the title Add option in developer to trust unsigned certificates not verified hosts Add option in developer to trust unsigned certificates or not verified hosts Oct 6, 2021
romanlesnikov added a commit that referenced this issue Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants