gpt4 book ai didi

haskell - 生产中带有 Snap 的 HTTPS

转载 作者:太空宇宙 更新时间:2023-11-03 12:54:44 27 4
gpt4 key购买 nike

我的 Snap 有以下配置

  Local.withPool 2 $ \pool -> do
Local.parallel_ pool [ httpServe (setPort (read port) config) Main.skite
--, httpServe (setPort 8003 config) Ws.brz
]

--httpServe (setPort 8003 config) Ws.brz
where
config =
setErrorLog ConfigNoLog $
setAccessLog ConfigNoLog $
setSSLPort 443 $
setSSLCert "/etc/letsencrypt/../cert.pem" $
setSSLKey "/etc/letsencrypt/../privkey.pem" $
defaultConfig

在我构建和上传之后,所有证书都已到位,但 https:// 将不起作用。你有什么线索吗?

谢谢

最佳答案

我做到了:

首先我将这两行添加到配置中

     setSSLBind "0.0.0.0" $
setSSLChainCert False $

在此之后,使用 ghc -threaded 进行构建非常重要,这将使它启动并运行

关于haskell - 生产中带有 Snap 的 HTTPS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44456586/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com