SSL Error 5

Asked by MikeJJ

I get this error:
Connect failed: SSL Error: error:00000005:lib(0):func(0):reason(5) (0, 5)
when trying to connect to
adcs://devpublic.adcportal.com:16591
with bzr version 330. Any ideas ?
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
LinuxDC++ Edit question
Assignee:
No assignee Edit question
Solved by:
MikeJJ
Solved:
Last query:
Last reply:
Revision history for this message
Razzloss (razzloss) said :
#1

Is it a clean 330 or with a patched CryptoManager.cpp? Clean 329 connects fine, with the patched CryptoManager that was needed to connect to hubs with broken openssl I get that error also. And since the devpublic's hubsoft was changed disabling TLS in CryptoManager shouldn't be necessary anymore.

--RZ

Revision history for this message
MikeJJ (mrmikejj) said :
#2

Thanks, i thought it was a clean 330, but a "bzr revert" changed that file, and now it works. :)