尝试设置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简单程序。
答案 0 :(得分:0)
正在使用Chrome和Chrome扩展程序进行测试,名为Postman。通过设置chrome:// flags /#allow-insecure-localhost标志,确定Chrome需要接受自签名证书。
另一种解决方案是使用Microsoft Edge。