Open sgtrwr opened 1 year ago
I have the same issue. Do you have any updates on this?
I have this error using an letsencrypt certificate
2024/02/15 21:26:23 [I] [root.go:206] frps uses config file: /etc/frp/frps.ini 2024/02/15 21:26:23 [I] [service.go:196] frps tcp listen on 0.0.0.0:7000 2024/02/15 21:26:23 [I] [service.go:241] http service listen on 0.0.0.0:80 2024/02/15 21:26:23 [I] [service.go:256] https service listen on 0.0.0.0:443 2024/02/15 21:26:23 [I] [service.go:297] Dashboard listen on 0.0.0.0:7001 2024/02/15 21:26:23 [I] [root.go:215] frps started successfully 2024/02/15 21:26:37 [T] [service.go:400] start check TLS connection... 2024/02/15 21:26:37 [W] [service.go:405] CheckAndEnableTLSServerConnWithTimeout error: non-TLS connection received on a TlsOnly server
I am interested in the solution also
I am experiencing an issue with the frp configuration when trying to enable HTTPS support.
Environment:
Problem: With the original
scripts/frps.ini
, the frp server works as expected. However, upon modifyingscripts/frps.ini
to enable HTTPS, I am no longer able to connect to the server.Steps to Reproduce:
scripts/frps.ini
- frp works as expected.scripts/frps.ini
for HTTPS support with the following configuration:Expected Behavior: The frp server should support HTTPS connections with the updated
scripts/frps.ini
configuration.Actual Behavior: After updating the
scripts/frps.ini
for HTTPS, the server cannot be connected to.