VersionTLS12, InsecureSkipVerify: t.option.SkipCertVerify, ServerName: t.option.ServerName, } tlsConn := tls.Client(conn, tlsConfig) xtlsConn := xtls.Client(conn, xtlsConfig) // fix tls handshake not timeout ctx, cancel := context.WithTimeout(context.Background(), C.DefaultTLSTime...
[ERROR] github.com/p4gefau1t/trojan-go/tunnel/tls.(*Server).acceptLoop.func1:server.go:124 failed to perform tls handshake with 66.240.205.34:50746, redirecting | tls: first record does not look like a TLS handshake [ERROR] github.com/p4gefau1t/trojan-go/tunnel/tls.(*Server).acceptLoop...
fix test timeout p4gefau1tcommittedJul 14, 2020 a0d783b Commits on Jul 12, 2020 updating dependencies DuckSoftcommittedJul 12, 2020 4d0af0f Commits on Jul 4, 2020 add api tls test p4gefau1tcommittedJul 4, 2020 2c87b81 Commits on Jun 30, 2020 add socks5 udp outbound, cert...