1

我将 Revel 用于一个小型应用程序并添加了 SSL。当我将配置更新为指向 http.port = 443 时,对端口 80 的请求将被拒绝而不是被转发。有没有办法在 Revel 框架上解决这个问题?此外,我收到错误消息“证书在所有 Web 浏览器中都不受信任。您可能需要安装中间/链证书以将其链接到受信任的根证书。” 有没有办法在 Revel 上安装中间/链证书?谢谢你。

# The port on which to listen.
http.port = 443

# Whether to use SSL or not.
http.ssl = true

# Path to an X509 certificate file, if using SSL.
http.sslcert = /root/go/src/saml/AlphaCerts/cert.crt

# Path to an X509 certificate key, if using SSL.
http.sslkey = /root/go/src/saml/star_home_com.key
4

0 回答 0