> My SSL certificate has expired and I want to renew it. I'm trying to renew it by certbot renew --dry-run command but it gives me following error:
```
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/meeting.thegatewaydigital.in.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Simulating renewal of an existing certificate for meeting.thegatewaydigital.in
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: meeting.thegatewaydigital.in
Type: unauthorized
Detail: 202.131.103.237: Invalid response from http://meeting.thegatewaydigital.in/.well-known/acme-challenge/HkCKwcGfErGakvy9YqhXtT0HnVYJDyb_8ga7lMa9GTw: 502
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Failed to renew certificate meeting.thegatewaydigital.in with error: Some challenges have failed.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/meeting.thegatewaydigital.in/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
```
> The content of /etc/nginx/sites-available/bigbluebutton is as per below:
```
```
My web server is: Nginx 1.14.0
Big Blue Button Server version: 2.4.6
Can anyone help me this please?
--dry-run Test "renew" or "certonly" without saving any certs to disk
Also, the output of the command you ran clearly states:
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
Simulating. Test certificates. Not saved. :slight_smile:
sudo certbot renew
Detlef :-)
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/eb527146-e7b3-4dba-a564-f499601186d9n%40googlegroups.com.