-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS handshake error #13
Comments
Same here. $ curl -v https://books.aiursoft.cn
* Trying 192.168.50.80:443...
* Connected to books.aiursoft.cn (192.168.50.80) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* CAfile: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
* CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to books.aiursoft.cn:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to books.aiursoft.cn:443 |
Hi, @paullaffitte I finally solved this! The solution is: Set the For example, I'm using frp as a reverse proxy. And it works at {
servers :443 {
listener_wrappers {
proxy_protocol {
timeout 2s
allow 127.0.0.1/32
}
http_redirect
tls
}
}
} After that, my direct HTTP request won't hit this plugin and doesn't have this issue. |
In my case, caddy is my reverse proxy server, so it doesn't work for me. |
Hello,
I'm getting TLS errors when using this plugin (I stripped IP addresses for privacy concerns):
Here is my caddyfile:
I don't understand what I'm doing wrong.
The text was updated successfully, but these errors were encountered: