[GH-ISSUE #49] 2.0.1 broke https web server fallback #41

Closed
opened 2026-02-26 12:33:48 +03:00 by kerem · 2 comments
Owner

Originally created by @notsure2 on GitHub (Aug 14, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/49

Hello,
The just released 2.0.1 version fails to communicate with fallback https server, nginx reports:

2019/08/14 10:01:42 [crit] 1118#1118: *19087 SSL_do_handshake() failed (SSL: error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low) while SSL handshaking, client: 127.0.0.1, server: 0.0.0.0:10443

nginx config:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;

2.0 was working fine.

Originally created by @notsure2 on GitHub (Aug 14, 2019). Original GitHub issue: https://github.com/cbeuw/Cloak/issues/49 Hello, The just released 2.0.1 version fails to communicate with fallback https server, nginx reports: 2019/08/14 10:01:42 [crit] 1118#1118: *19087 SSL_do_handshake() failed (SSL: error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low) while SSL handshaking, client: 127.0.0.1, server: 0.0.0.0:10443 nginx config: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; 2.0 was working fine.
kerem closed this issue 2026-02-26 12:33:48 +03:00
Author
Owner

@cbeuw commented on GitHub (Aug 14, 2019):

Fixed https://github.com/cbeuw/Cloak/releases/tag/v2.0.2

I'll dedicate more time writing more tests, I promise...

<!-- gh-comment-id:521199331 --> @cbeuw commented on GitHub (Aug 14, 2019): Fixed https://github.com/cbeuw/Cloak/releases/tag/v2.0.2 I'll dedicate more time writing more tests, I promise...
Author
Owner

@notsure2 commented on GitHub (Aug 14, 2019):

Fixed by 2.0.2

<!-- gh-comment-id:521205383 --> @notsure2 commented on GitHub (Aug 14, 2019): Fixed by 2.0.2
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloak#41
No description provided.