Support Namecheap domains SSL

It seems that if you buy domain from Namecheap and CNAME the www record to cloudflare worker, there will be an SSL error.
curl -v https://www.themilest.one
* Connected to (nil) (127.0.0.1) port 7890 (#0)
* allocate connect buffer
* Establish HTTP proxy tunnel to www.themilest.one:443
> CONNECT www.themilest.one:443 HTTP/1.1
> Host: www.themilest.one:443
> User-Agent: curl/7.86.0
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 200 Connection established
<
* Proxy replied 200 to CONNECT request
* CONNECT phase completed
* ALPN: offers h2
* ALPN: offers http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, handshake failure (552):
* error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
* Closing connection 0
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
curl -v https://www.themilest.one
* Connected to (nil) (127.0.0.1) port 7890 (#0)
* allocate connect buffer
* Establish HTTP proxy tunnel to www.themilest.one:443
> CONNECT www.themilest.one:443 HTTP/1.1
> Host: www.themilest.one:443
> User-Agent: curl/7.86.0
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 200 Connection established
<
* Proxy replied 200 to CONNECT request
* CONNECT phase completed
* ALPN: offers h2
* ALPN: offers http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, handshake failure (552):
* error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
* Closing connection 0
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
I solved the issue like this. https://www.doobybrain.com/blog/namecheap-domain-forwarding-with-tls-ssl-and-https-support-via-cloudflare But since I'm providing service to customers thru cloudflare for SaaS custom hostnames. I will lose a lot of customers if they need the extra step. Is it possible that Cloudflare natively support this? I have also asked here. https://community.cloudflare.com/t/namecheap-ssl-support/837613
DOOBYBRAIN.COM
Namecheap domain forwarding with TLS/SSL and HTTPS support, via Clo...
How to forward your domain with a secure certificate for free.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?