Beego and Https

2019-09-21 09:31发布

Tried to set up https, as described here: https://github.com/astaxie/beego/issues/401 and got this in the logs:

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

I am running it on Windows 10. Any one got Beego working with https? I used self signed certificate, which works fine for generic golang https simple program.

标签: go https beego
1条回答
干净又极端
2楼-- · 2019-09-21 09:52

Was testing in Chrome and a Chrome extension called Postman. Figured out the self signed certificate need to be accepted by Chrome by setting the chrome://flags/#allow-insecure-localhost flag.

Another solution was to use Microsoft Edge.

查看更多
登录 后发表回答