Adding custom domains, the ssl certifications are generated with *.netlify.com and not with *.customdomain.com
❯ curl -s -v https://www.customdomain.com
- Trying ip…
- TCP_NODELAY set
- Connected to www.customdomain.com (IP) port 443 (#0)
- ALPN, offering h2
- ALPN, offering http/1.1
- successfully set certificate verify locations:
- CAfile: /etc/ssl/cert.pem
CApath: none - TLSv1.2 (OUT), TLS handshake, Client hello (1):
- TLSv1.2 (IN), TLS handshake, Server hello (2):
- TLSv1.2 (IN), TLS handshake, Certificate (11):
- TLSv1.2 (IN), TLS handshake, Server key exchange (12):
- TLSv1.2 (IN), TLS handshake, Server finished (14):
- TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
- TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
- TLSv1.2 (OUT), TLS handshake, Finished (20):
- TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
- TLSv1.2 (IN), TLS handshake, Finished (20):
- SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
- ALPN, server accepted to use h2
- Server certificate:
- subject: C=US; ST=ca; L=San Francisco; O=Netlify, Inc; CN=*.netlify.com
- start date: Jul 3 00:00:00 2019 GMT
- expire date: Jul 7 12:00:00 2020 GMT
- subjectAltName does not match www.customdomain.com
- SSL: no alternative certificate subject name matches target host name ‘www.customdomain.com’
- Closing connection 0
- TLSv1.2 (OUT), TLS alert, close notify (256):
Also I got an error:
Could you help me please?