amazon-web-services - 我在 AWS SSL Activate 上使用时出现错误?

标签 amazon-web-services ssl lets-encrypt certbot

i am trying to install FREE SSL on my domain. i am using AMAZON hosting and try to install SSL. but i got this error. i don't know what is issue. please anyone help me do this.

Error while running apache2ctl graceful.
httpd not running, trying to start
Action 'graceful' failed.
The Apache error log may have more information.

(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs

最佳答案

首先,错误很明显。

(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80

端口已被占用,您需要 kill其他进程占用端口或在配置中更改端口。

第二,如果您使用的是 AWS,那么您为什么要使用或想要集成免费的 SSL?如果 AWS 也免费提供呢?

Pricing for AWS Certificate Manager

You are not charged by AWS for the SSL/TLS certificates that you manage with AWS Certificate Manager. You pay only for the AWS resources that you create to run your website or application. For the latest ACM pricing information, see the AWS Certificate Manager Service Pricing page on the AWS website.

最好放 request on AWS Certificate Manager并将 AWS SSL 置于 LB 之上。

关于amazon-web-services - 我在 AWS SSL Activate 上使用时出现错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57840221/

相关文章:

ssl - 如何在 nginx 上使用 letsencrypt 配置多个域

amazon-web-services - AWS 服务无法承担角色

python - Stocktwits API - 从脚本获取访问 token ,无需用户交互

ssl - 如何在 WordPress 站点的 AWS EC2 实例上安装 AWS Public SSL

Symfony HWIOAuthBundle,SSL 证书

linux - 运行 Bash 脚本时找不到命令,但直接运行命令时有效

ssl - Traefik V2 和 Cloudflare : SSL error subdomain ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Node.js Lambda 函数 "response is invalid"Amazon Alexa

amazon-web-services - 具有 Wix 域的 Angular AWS

C# SSL TcpListener TcpClient