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. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: arqls.com.br
I ran this command:
sudo certbot --apache
It produced this output:
Which names would you like to activate HTTPS for?
1: arqls.com.br
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): Obtaining a new certificate
Performing the following challenges:
http-01 challenge for arqls.com.br
Enabled Apache rewrite module
Waiting for verification...
Challenge failed for domain arqls.com.br
http-01 challenge for arqls.com.br
Cleaning up challenges
Some challenges have failed.
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version):
Apache 2
The operating system my web server runs on is (include version):
Ubuntu 20.04
My hosting provider, if applicable, is:
Godaddy
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):
no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot .40.0
Hi there!
Here some infos:
apachectl -S
VirtualHost configuration:
*:80 arqls.com.br (/etc/apache2/sites-enabled/000-default.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex proxy: using_defaults
Mutex default: dir="/var/run/apache2/" mechanism=default
Mutex watchdog-callback: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="www-data" id=33 not_used
Group: name="www-data" id=33 not_used
Im running on spring application, so Im using proxypass(I dont know if this can related)
ProxyPass / ajp://localhost:9090/
ProxyPassReverse / ajp://localhost:9090/
GNU nano 4.8 /etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName arqls.com.br
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ServerName arqls.com.br
ServerAlias www.arqls.com.br
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
ProxyPass / ajp://localhost:9090/
ProxyPassReverse / ajp://localhost:9090/
</VirtualHost>
The first one
" ProxyPass ajp://localhost:9090/
ProxyPassReverse ajp://localhost:9090/ " gave me syntax ok, but failed on:
root@ip-72-167-40-139:/etc/apache2/sites-available# sudo certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
1: arqls.com.br
2: www.arqls.com.br
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel):
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for arqls.com.br
http-01 challenge for www.arqls.com.br
Enabled Apache rewrite module
Waiting for verification...
Challenge failed for domain arqls.com.br
Challenge failed for domain www.arqls.com.br
http-01 challenge for arqls.com.br
http-01 challenge for www.arqls.com.br
Cleaning up challenges
Some challenges have failed.
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel):
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for arqls.com.br
http-01 challenge for www.arqls.com.br
Enabled Apache rewrite module
Waiting for verification...
Challenge failed for domain arqls.com.br
Challenge failed for domain www.arqls.com.br
http-01 challenge for arqls.com.br
http-01 challenge for www.arqls.com.br
Cleaning up challenges
Some challenges have failed.
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.