diff --git a/src/utils/conn/conn.go b/src/utils/conn/conn.go index fb61707..2434a08 100644 --- a/src/utils/conn/conn.go +++ b/src/utils/conn/conn.go @@ -143,7 +143,7 @@ func ConnectServerByHttpProxy(httpProxy string, serverAddr string) (c *Conn, err return } - req, err := http.NewRequest("CONNECT", "https://"+serverAddr, nil) + req, err := http.NewRequest("CONNECT", "http://"+serverAddr, nil) if err != nil { return }