Please fill out the fields below so we can help you better.
My domain is: socomusic.com
I ran this command: certbot renew
It produced this output:
No vhost exists with servername or alias of: socomusic.com (or it’s in a file with multiple vhosts, which Certbot can’t parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443…
No vhost exists with servername or alias of: socomusic.net (or it’s in a file with multiple vhosts, which Certbot can’t parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443…
No vhost exists with servername or alias of: www.socomusic.com (or it’s in a file with multiple vhosts, which Certbot can’t parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443…
No vhost exists with servername or alias of: www.socomusic.net (or it’s in a file with multiple vhosts, which Certbot can’t parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443…
Waiting for verification…
Cleaning up challenges
Attempting to renew cert from /etc/letsencrypt/renewal/www.socomusic.com.conf produced an unexpected error: Failed authorization procedure. socomusic.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge.
…
My web server is (include version): Apache
The operating system my web server runs on is (include version): Ubuntu 14.04
My hosting provider, if applicable, is: vps.net
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
My renewal configuration file looks like this.
renew_before_expiry = 30 days
cert = /etc/letsencrypt/live/www.socomusic.com/cert.pem
privkey = /etc/letsencrypt/live/www.socomusic.com/privkey.pem
chain = /etc/letsencrypt/live/www.socomusic.com/chain.pem
fullchain = /etc/letsencrypt/live/www.socomusic.com/fullchain.pem
version = 0.12.0
archive_dir = /etc/letsencrypt/archive/www.socomusic.com
Options and defaults used in the renewal process
[renewalparams]
installer = apache
authenticator = apache
account = xxxxxxxxxxxxxxxxxxxx
I tried renewing with apache started first, and then i stopped the service and tried again, both result in the same error.
Of note, I auto redirect all traffic from port 80 to 443 in my vhosts file in apache:
<VirtualHost 68.169.46.243:80>
ServerName socomusic.com
Redirect / https://socomusic.com/
</VirtualHost>
I tried turning this off and renewing again, and it doesn’t work.
Any help would be appreciated!