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:
https://pcnselect.com
I ran this command:
curl -v https://pcnselect.com
It produced this output:
- Rebuilt URL to: https://pcnselect.com/
- Trying 2600:3c03::f03c:91ff:feee:4681...
- TCP_NODELAY set
- Connected to pcnselect.com (2600:3c03::f03c:91ff:feee:4681) port 443 (#0)
- ALPN, offering h2
- ALPN, offering http/1.1
- successfully set certificate verify locations:
- CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs - TLSv1.3 (OUT), TLS handshake, Client hello (1):
- TLSv1.3 (IN), TLS handshake, Server hello (2):
- TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
- TLSv1.3 (IN), TLS handshake, Unknown (8):
- TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
- TLSv1.3 (IN), TLS handshake, Certificate (11):
- TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
- TLSv1.3 (IN), TLS handshake, CERT verify (15):
- TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
- TLSv1.3 (IN), TLS handshake, Finished (20):
- TLSv1.3 (OUT), TLS change cipher, Client hello (1):
- TLSv1.3 (OUT), TLS Unknown, Certificate Status (22):
- TLSv1.3 (OUT), TLS handshake, Finished (20):
- SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
- ALPN, server accepted to use http/1.1
- Server certificate:
- subject: jurisdictionC=US; jurisdictionST=Pennsylvania; businessCategory=Private Organization; serialNumber=692470; C=US; ST=Pennsylvania; L=Camp Hill; O=Pennsylvania Educational Communications Systems; CN=www.pcntv.com
- start date: Aug 8 12:35:24 2024 GMT
- expire date: Sep 9 12:35:24 2025 GMT
- subjectAltName does not match pcnselect.com
- SSL: no alternative certificate subject name matches target host name 'pcnselect.com'
- stopped the pause stream!
- Closing connection 0
- TLSv1.3 (OUT), TLS Unknown, Unknown (21):
- TLSv1.3 (OUT), TLS alert, Client hello (1):
curl: (51) SSL: no alternative certificate subject name matches target host name 'pcnselect.com'
My web server is (include version):
nginx/1.25.0
The operating system my web server runs on is (include version):
Ubuntu 18.04.6 LTS
My hosting provider, if applicable, is:
Linode
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 4.0.0
-- Main domain has a GoDaddy cert, two ther sites on her are Certbot certs and work fine, new site gets cert no problem, but CURL requests get main domain instead, which is causing all sorts of havoc across the internet.