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

Exception of net.newContext: result.extraInternalIndex == 0 [AssertionError] #4406

Closed
tulayang opened this issue Jun 24, 2016 · 0 comments
Closed

Comments

@tulayang
Copy link
Contributor

tulayang commented Jun 24, 2016

You will see this exception when:

var ctx1 = newContext(verifyMode = CVerifyNone)
var ctx2 = newContext(verifyMode = CVerifyNone)
var ctx3 = newContext(verifyMode = CVerifyNone)

I noticed that the exception was raise by:

result.extraInternalIndex = getExtraDataIndex(result)
assert result.extraInternalIndex == 0

This problem had affected my asyncdocker module. I can't create ssl connection with specified key file, cert file and CA certificate file.

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