|
|
|
|
|
by nothrabannosir
3669 days ago
|
|
You're right. And it's a shame, because they're so close. CloudFlare appears to support this, but they actually don't. What they disingenuously call "Full SSL" is just "there has to be any SSL certificate, but we don't event check with a CA." It's completely MITM sensitive. The only level higher than that is "Full SSL (strict)", which immediately requires a cert valid for the request host available on the origin, as you mention. Ideally, they'd have an option in between: "Fuller SSL" (or just stop lying about their current options). Require a valid SSL certificate on the origin, for the origin, not for the request host. This way Cloudflare would ask Akamai for the *.github.io cert, and the browser would ask CloudFlare for the custom domain cert. Yay, tears. |
|