[solved] Nginx Renewal - Invalid Certificate - Received 2

I have several domain names configured on the same IP with nginx. I have two of those domain names setup for SSL with certbot. When I attempt to renew the cert I get:

Incorrect validation certificate for tls-sni-01 challenge. Requested 8940996ca4b653594290588191f1b597.c65034c76b9204d38bb9020de5e0ffd0.acme.invalid from 104.237.147.46:443. Received 2 certificate(s), first certificate had names "admin.dockyard.com"

I have opened an issue on GH with a detail dump of the log and nginx server configs: https://github.com/certbot/certbot/issues/5340

I haven’t yet received an answer on GH to solve the issue, I’m hoping for better luck here! :slight_smile:

You need to provide more details.

@rg305 is the GH issue I linked to (that I opened) missing anything or are you asking that I copy it here?

I do see the info at the link.

You seem to have listen 80 twice for hightide.earth.
one block is for http (with listen 80)
the other block for https (but it has listen 80 & listen 443)

2 Likes

@rg305 that was it! Thank you very much! :smile:

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