Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
http works good
i just installed my let’s Encrypt and it gives my
on browser firfox This site can’t be reached
pmcegyptgroup.com refused to connect.
Try:
- Checking the connection
- Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
i check it by https://www.sslshopper.com/ssl-checker.html#hostname=https://pmcegyptgroup.com
the result was
No SSL certificates were found on pmcegyptgroup.com. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server’s firewall.
i check my server firewall
root@vmi260129:~# ufw status
Status: inactive
root@vmi260129:~# ufw allow 443
Skipping adding existing rule
Skipping adding existing rule (v6)
root@vmi260129:~#
My domain is: https://pmcegyptgroup.com
I ran this command: apt install certbot ; certbot certonly --manual -d *.pmcegyptgroup.com.com -d pmcegyptgroup.com --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
It produced this output:
also i update configuration. file root@vmi260129:/etc/apache2/sites-available# nano default-ssl.conf
ServerAdmin webmaster@localhost
ServerName pmcegyptgroup.com
ServerAlias www.pmcegyptgroup.com
DocumentRoot /var/www/htmlDocumentRoot /var/www/www.pmcegyptgroup.com/html
<Directory /var/www/html>
Options -Indexes +FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
ErrorLog ${APACHE_LOG_DIR}/mcegyptgroup.com-error.log
CustomLog ${APACHE_LOG_DIR}/mcegyptgroup.com-access.log combined
SSLCertificateFile /etc/letsencrypt/live/mcegyptgroup.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/pmcegyptgroup.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
My web server is (include version): apache Apache/2.4.34
The operating system my web server runs on is (include version): ubuntu 18.04 ,
My hosting provider, if applicable, is: contabo
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): webmin 1.910
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): 0.27.0-1