草庐IT

serverMux

全部标签

ssl - GOlang/https : timeout waiting for client preface

我使用ListenAndServeTLS切换了SSLfuncmain(){serverMux:=http.NewServeMux()serverMux.HandleFunc("/v1/ws1",handler1)
serverMux.HandleFunc("/v1/ws2",handler2)serverMux.HandleFunc("/v1/ws3",handler3)
serverMux.HandleFunc("/static/",handlerStatic(http.FileServer(http.Dir("/var/project/"))))gofunc(){wsSSLServ

ssl - GOlang/https : timeout waiting for client preface

我使用ListenAndServeTLS切换了SSLfuncmain(){serverMux:=http.NewServeMux()serverMux.HandleFunc("/v1/ws1",handler1)
serverMux.HandleFunc("/v1/ws2",handler2)serverMux.HandleFunc("/v1/ws3",handler3)
serverMux.HandleFunc("/static/",handlerStatic(http.FileServer(http.Dir("/var/project/"))))gofunc(){wsSSLServ