mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 13:05:56 +03:00
[GH-ISSUE #49] 2.0.1 broke https web server fallback #41
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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...
@notsure2 commented on GitHub (Aug 14, 2019):
Fixed by 2.0.2