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

Init SSL Library before calling ctx new. #85

Merged
merged 1 commit into from Jun 8, 2020
Merged

Init SSL Library before calling ctx new. #85

merged 1 commit into from Jun 8, 2020

Conversation

agramonte
Copy link
Contributor

SSL Library not initialized before calling SSL CTX new. Resulting in a null CTX.

At some point, the SSL use to be initialized someplace else (maybe with the license check). In any case, currently, the SSL is not initialized before the call to create a new CTX. This results in a null CTX that gets passed to another method and crashes the live server.

SSL Library not initialized before calling SSL CTX new. Resulting in a null CTX.
@Shchvova
Copy link
Contributor

Shchvova commented Jun 8, 2020

I wonder why I commented it out...

@Shchvova Shchvova merged commit 951d238 into coronalabs:master Jun 8, 2020
ggcrunchy pushed a commit to ggcrunchy/corona that referenced this pull request Jul 8, 2021
SSL Library not initialized before calling SSL CTX new. Resulting in a null CTX.
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.

None yet

2 participants