gpt4 book ai didi

ssl - 如何在 erlang/elixir 服务器上正确设置 SSL?

转载 作者:行者123 更新时间:2023-12-04 22:37:01 25 4
gpt4 key购买 nike

我有一个有效的 Let's Encrypt SSL 证书,它在 Windows IIS 上设置时按预期工作:
https://www.sslshopper.com/ssl-checker.html#hostname=https://paperlesssolutionsltd.com.ng
enter image description here
当我将相同的证书应用于 Elixir ACE服务器像这样:

certfile: Application.app_dir(@app, "priv/cert.pem"),
keyfile: Application.app_dir(@app, "priv/cert.key")
我收到以下错误:
https://www.sslshopper.com/ssl-checker.html#hostname=https://paperlesssolutionsltd.com.ng:8443
enter image description here
请问 Erlang SSL 配置需要什么才能解决这个问题?
谢谢!

最佳答案

是一个erlang问题!
升级到OTP 23.2.4帮助。
我还必须使用一个将我的证书和 Lets-encrypt 的中间文件组合在一起的证书文件。
将此设置为 :certfile:cacertfile所有功劳归功于@voltone (Bram Verburg)
https://elixirforum.com/t/making-ssl-tests-all-pass-for-phoenix-lets-encrypt/3507/30?u=charleso

关于ssl - 如何在 erlang/elixir 服务器上正确设置 SSL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66076678/

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