Curl: (7) Failed to connect to port 443: Connection refused

Solved the module problem.

Now I get:
Syntax error on line 382 of /etc/httpd/conf/httpd.conf:

SSLCertificateFile: file ‘/etc/letsencrypt/live/apersonalvideo.com/fullchain.pem’ does not exist or is empty

Line 382 is correct according to sudo /usr/local/bin/certbot-auto certificates, but when I look at /etc/letsencrypt/live it is empty.

ls -l /etc/letsencrypt/
ls -l /etc/letsencrypt/live

Interesting. I did not see anything in FileZilla, and I had to use sudo for ls -l /etc/letsencrypt/live.

The file is there. The question is why is it not being seen by apache?

"You guys are going to laugh at this. I had an extra Listen 443 in ports.conf that shouldn't have been there. Removing that solved this."

This solved the problem.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.