[DNS/SSL] Clarify HTTPS record behavior with Universal SSL and proxied hostnames#30793
Open
ngayerie wants to merge 2 commits into
Open
[DNS/SSL] Clarify HTTPS record behavior with Universal SSL and proxied hostnames#30793ngayerie wants to merge 2 commits into
ngayerie wants to merge 2 commits into
Conversation
…d hostnames Updates documentation to explain: - Manual HTTPS records on proxied hostnames are not served (Cloudflare uses auto-generated records) - Disabling Universal SSL prevents automatic HTTPS record generation for proxied hostnames - Manual HTTPS records only work for DNS-only (grey cloud) hostnames Files updated: - dns-record-types.mdx: Added note explaining proxied vs DNS-only behavior - browser-compatibility.mdx: Strengthened language about Universal SSL requirement Addresses ESCALATION-2549
|
This is great. Could we clarify that the entire label, i.e. all records in that zone with the same name, need to be grey? See ticket, if one or more orange names exist on the same label, we also won't serve the manually added HTTPS records when USSL is disabled. |
…TPS records Added: - Explanation that a 'label' refers to all records with the same name - Examples showing when manual HTTPS records will/won't be served - Updated browser-compatibility page to reference the detailed examples
Contributor
Author
|
how does it look now @dklbreitling ? |
|
That's great, thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates documentation to explain:
Files updated:
Addresses ESCALATION-2549
Summary
Clarifies documentation about when HTTPS records are served and when they are not.
Problem
Customers disable Universal SSL (for policy reasons) while using Advanced Certificates, then expect HTTPS records to be served. The current documentation was ambiguous ("could impact this behavior").
Solution
Updated two pages:
/dns/manage-dns-records/reference/dns-record-types/- Added note explaining:/ssl/reference/browser-compatibility/- Strengthened caution to clearly state Universal SSL is required for automatic HTTPS record generationTicket