尝试按以下说明设置https:https://github.com/astaxie/beego/issues/401并将其保存在日志中:
2016/09/28 14:05:34 [I] [asm_amd64.s:2086] https server Running on https://127.0.0.1:10443 2016/09/28 14:05:37 [server.go:2315] [HTTP] http: TLS handshake error from 127.0.0.1:65365: tls: first record does not look like a TLS handshake
我正在Windows 10上运行它。有人让Beego使用https吗?我使用了自签名证书,该证书对于通用golang https简单程序很好用。
在Chrome和名为Postman的Chrome扩展程序中进行了测试。通过设置chrome:// flags /#allow-insecure- localhost标志,可以找出Chrome需要接受的自签名证书。
另一个解决方案是使用Microsoft Edge。