OpenSSL ssL_Read: connection was aborted, errno 10053 error
Original error message:
git: fatal: unable to access’ https://github.com/overwhatx/gittest.git/ :
OpenSSL ssL_read: Connection was aborted,errno 10053
terms of settlement
Reason: git limits the size of push by default. Run the command to change the limit size to increase the buffer
Solution:
git config -- global http.postbuffer 524288000
Change network authentication settings
Solution:
git config http.sslverify "false"
Read More:
- [Solved] Git OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- [Solved] OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git push error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git Error: error RPC failed; curl 56 OpenSSL SSL_read SSL_ERROR_SYSCALL, errno 10054
- [Solved] github Access Error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- [Solved] Github Push Codes Error: “error:RPC failed;curl 56 OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 10054”
- SSL_read: SSL_ERROR_SYSCALL, errno 10054 [How to Solve]
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- git clone,pod install error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
- Connection was reset, errno 10054 Error [How to Solve]
- OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failur
- [Solved] LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Connection error with cocoapods. Proxy CONNECT aborted
- [Solved] LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] MySQL workbench Error: SSL connection error: SSL is required but the server doesn‘t support it.
- Unknown SSL protocol error in connection to xxx:443 [How to Solve]
- Git Error: failed: The TLS connection was non-properly terminated
- [Solved] git error: RPC failed; curl 56 Recv failure:Connection was resetB/s
- [Solved] Git Clone Error: The TLS connection was non-properly terminated.
- [Solved] Mybatis Error: Establishing SSL connection without server‘s identity verification is not recommended.