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

Fixes #4100 Insecure connection used for Stop Forum Spam API #4101

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

JordanMussi
Copy link
Contributor

Resolves #4100

Changing to HTTPS worked fine in my tests in 5.6 and 7.4 with PHP using cURL 7.58.0, using stream_context_create and fsockopen. I didn't even need to add the SNI_enabled parameter in the stream options.

I couldn't find any stats on cURL versions used by PHP installs to see about SNI support but since mybb.com is also behind Cloudflare using SNI the same problem is present for the upgrade check. So I think this change is safe to make.

@euantorano euantorano merged commit 960bacb into mybb:feature Jun 29, 2020
@JordanMussi JordanMussi deleted the fix-4100 branch June 29, 2020 14:09
lairdshaw pushed a commit to lairdshaw/mybb that referenced this pull request Oct 11, 2021
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

Successfully merging this pull request may close these issues.

Insecure connection used for Stop Forum Spam API
2 participants