We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
7eae0f0
This commit has broken SSL/TLS.
https://github.com/theAkito/zoominvitr
Compile & run this project with smtp#8013aa199dedd04905d46acf3484a232378de518, which will work.
smtp#8013aa199dedd04905d46acf3484a232378de518
nimble uninstall smtp
Then, re-compile & run this project with smtp#7eae0f0d834ffe6517031b4570e9aa86ea7c26bf which will not work.
smtp#7eae0f0d834ffe6517031b4570e9aa86ea7c26bf
Error result.
/home/user/.nimble/pkgs/smtp-#7eae0f0d834ffe6517031b4570e9aa86ea7c26bf/smtp.nim(332) close /home/user/.nimble/pkgs/smtp-#7eae0f0d834ffe6517031b4570e9aa86ea7c26bf/smtp.nim(93) debugSend /home/user/.choosenim/toolchains/nim-1.6.14/lib/pure/net.nim(1781) send /home/user/.choosenim/toolchains/nim-1.6.14/lib/pure/net.nim(983) socketError /home/user/.choosenim/toolchains/nim-1.6.14/lib/pure/net.nim(574) raiseSSLError Error: unhandled exception: error:1420C114:SSL routines:ssl_write_internal:uninitialized [SslError]
This error is constantly reproducible.
It might not reproduce on certain libssl versions, like Alpine's libssl3-3.1.2-r0 & libssl1.1-1.1.1u-r1.
libssl
libssl3-3.1.2-r0
libssl1.1-1.1.1u-r1
Definitely reproduces on Debian's libssl1.1.1n-0+deb11u5.
libssl1.1.1n-0+deb11u5
I just constantly reproduced it by running it inside a Docker container on an Ubuntu host. The error appears there, too.
Using 8013aa1 makes the error disappear.
The text was updated successfully, but these errors were encountered:
Make SSL Error disappear on all Host OS
a9a67a5
nim-lang/smtp#9
cce96a4
No branches or pull requests
7eae0f0
This commit has broken SSL/TLS.
Proof
https://github.com/theAkito/zoominvitr
Compile & run this project with
smtp#8013aa199dedd04905d46acf3484a232378de518
, which will work.Then, re-compile & run this project with
smtp#7eae0f0d834ffe6517031b4570e9aa86ea7c26bf
which will not work.Error result.
This error is constantly reproducible.
It might not reproduce on certain
libssl
versions, like Alpine'slibssl3-3.1.2-r0
&libssl1.1-1.1.1u-r1
.Definitely reproduces on Debian's
libssl1.1.1n-0+deb11u5
.I just constantly reproduced it by running it inside a Docker container on an Ubuntu host. The error appears there, too.
Using 8013aa1 makes the error disappear.
The text was updated successfully, but these errors were encountered: