GithubHelp home page GithubHelp logo

Comments (6)

esabol avatar esabol commented on August 15, 2024 2

I wonder if "DH lib" part of that error message might be a red herring. Check out the following links:

https://groups.google.com/d/msg/mailing.openssl.users/CcgtnRGpsZ0/ekdRCZFzybgJ
http://stackoverflow.com/questions/13686398/ssl-read-failing-with-ssl-error-syscall-error

The second link suggests this could be the result of calling SSL_read() with a buffer size of 0?

Alternatively, here are some OpenSSL links about DH which may be helpful:

http://stackoverflow.com/questions/23479376/openssl-ssl-accept-error-5
https://wiki.openssl.org/index.php/Diffie_Hellman
https://wiki.openssl.org/index.php/Elliptic_Curve_Diffie_Hellman

And here's some sample SSL server code which implements DH key exchange:

http://www.josuegomes.com/codeblog/dhserver.htm

from gearmand.

p-alik avatar p-alik commented on August 15, 2024

I replaced misleading title of the issue because - in my case - the message SSL failure appears only if client/worker closes connection to gearmand.

from gearmand.

esabol avatar esabol commented on August 15, 2024

FWIW, I tried setting the SSL cipher list in my clients and workers to "DEFAULT:!DH", and I still get this error.

from gearmand.

p-alik avatar p-alik commented on August 15, 2024

io.cc writes the log message. errno:%d should be remove in the line because error code is already a part of the message

from gearmand.

jayhooly avatar jayhooly commented on August 15, 2024

Trying to log into SIPhone Biz for work,
I keep getting this message,
'siphone_biz error:00000005:lib(0):func(0):dh lib'
anyone know what this is?

from gearmand.

esabol avatar esabol commented on August 15, 2024

anyone know what this is?

This repo doesn't have anything to do with "SIPhone Biz", but it's basically an error message from the OpenSSL library used by the software.

from gearmand.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.