Code Monkey home page Code Monkey logo

Comments (3)

zhuilang avatar zhuilang commented on June 20, 2024

拉的是master上最新的提交

from skynet.

cloudwu avatar cloudwu commented on June 20, 2024

SSL_read error:1 ( SSL_ERROR_SSL )

@lvzixun 是否和这个问题类似: https://stackoverflow.com/questions/23888517/ssl-read-fails-with-ssl-error-ssl ?不过它是做 server ,调用 accept 次序的问题;这里做 client 是否有类似的次序问题?

from skynet.

cloudwu avatar cloudwu commented on June 20, 2024

SSL_ERROR_SSL
A non-recoverable, fatal error in the SSL library occurred, usually a protocol error. The OpenSSL error queue contains more information on the error. If this error occurs then no further I/O operations should be performed on the connection and SSL_shutdown() must not be called.

我认为此处应该进一步的输出 OpenSSL error queue 的详细信息,供排查问题。

https://www.openssl.org/docs/manmaster/man3/ERR_get_error.htmlERR_get_error 查询到错误编码,然后 https://www.openssl.org/docs/manmaster/man3/ERR_error_string.htmlERR_error_string_n 获取可阅读的 log 输出。

from skynet.

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.