{"id":14,"date":"2026-06-09T19:00:13","date_gmt":"2026-06-09T11:00:13","guid":{"rendered":"https:\/\/missliasay.com\/?p=14"},"modified":"2026-07-10T18:35:59","modified_gmt":"2026-07-10T10:35:59","slug":"cloudflare-dns-ssl-redirect-loop-fix-zen","status":"publish","type":"post","link":"https:\/\/missliasay.com\/en\/cloudflare-dns-ssl-redirect-loop-fix-zen\/","title":{"rendered":"A Quiet Sense of Safety: Building My Calming Harbor Through the Technical Obstacles of Domain Resolution and SSL Certificates"},"content":{"rendered":"<p><style>\r\n  .wp-block-heading { margin-top: 3.5rem !important; margin-bottom: 1.5rem !important; line-height: 1.4 !important; }\r\n  .wp-block-paragraph, .wp-block-list { margin-bottom: 1.5rem !important; line-height: 1.8 !important; }\r\n  li { margin-bottom: 0.8rem !important; }\r\n<\/style><\/p>\r\n\r\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/missliasay.com\/wp-content\/uploads\/2026\/06\/post14_abstract_clouds_1781198498394_optimized.webp\" alt=\"Abstract cinematic swirling clouds in soft sage green, dusty purple, and warm golden yellow\" \/><\/figure>\r\n<p class=\"wp-block-paragraph\">For me, building a personal professional brand is like setting a lighthouse upright in a sea of towering waves.\n\nA lighthouse does not run through the ocean chasing ships. It simply stands where it is, quietly and gently, sending out a steady, warm light so that ships that have lost their way may know:\n\nHere, there is a safe harbor. You may come ashore and rest whenever you need to.\n\nBuilding digital assets that belong to me is the first step in building that lighthouse.\n\nLearning how to protect those assets with both gentleness and steadiness, and to safeguard their security and privacy, is a profound rebuilding of my own sense of safety.\n\nYet as I tried to bring this vision into being, I found myself facing struggles and technical dead ends unlike anything I had known before, inside the maze of domain resolution and security certificates.<\/p>\r\n<h2 class=\"wp-block-heading\">1. The Spirit of the Lighthouse: The First Line of Defense for Digital Assets<\/h2>\r\n<p class=\"wp-block-paragraph\">In today\u2019s clamorous digital world, everyone is competing for the attention of users.\n\nMany people cannot wait to promote themselves, constantly chasing after traffic. But I have always believed in the <strong>Spirit of the Lighthouse<\/strong>.\n\nA personal brand with genuine value does not need to speak loudly, nor does it need to compete for attention deliberately. It only needs to stand quietly where it is and reveal its true self.\n\nWhen your content and services can bring real value and calm to others, those who need them will naturally be drawn to your light.<\/p>\r\n<p class=\"wp-block-paragraph\">Yet for this digital lighthouse to operate safely online, we must build a line of defense around it.\n\nIn the online world, that line of defense is formed by a website\u2019s domain resolution and its SSL encryption certificate.\n\nTo someone like me, with no background in web development, these technical terms once sounded like distant, unreachable codes.\n\nBut I understood that learning to build and protect my own website was an important step in reclaiming agency over my life and setting out once more along the path of my dreams.\n\nThis was a technical challenge, but it was also an act of building my own sense of safety.<\/p>\r\n<h2 class=\"wp-block-heading\">2. A Lost Sense of Safety: Running into Repeated Dead Ends with Domain and Certificate Requests<\/h2>\r\n<p class=\"wp-block-paragraph\">The first major wall I ran into while building the website appeared when I tried to configure domain resolution in Cloudflare.\n\nBecause I did not understand how the Domain Name System, or DNS, actually worked, I found myself caught in a serious cycle of going in circles while setting up the `A` record.\n\nEvery time I changed a setting, the website failed to load properly. Again and again, my browser showed the same error: \u201cServer not found.\u201d\n\nFor someone who was already carrying so much anxiety, the wait for the DNS changes to propagate felt less like a technical delay and more like a form of mental torment.\n\nI could not tell whether I had configured something incorrectly, or whether I simply needed to wait for the changes to take effect.<\/p>\r\n<p class=\"wp-block-paragraph\">What pushed me closer to breaking point was the SSL certificate obstacle that followed. After completing the Cloudflare configuration, I opened the site only to be met with the prominent warning: \u201cToo Many Redirects.\u201d The website had fallen into an endless loop of redirecting itself and was completely inaccessible.\n\nAt the same time, when I tried to issue a free Let\u2019s Encrypt SSL certificate through the 1Panel dashboard, the system logs repeatedly reported certificate-issuance failures. Looking at those cold, unforgiving technical logs, I felt more defeated than ever.\n\nWhy did building a secure, calming website have to involve so many suffocating obstacles? During those days, every time I saw the browser\u2019s red \u201cNot Secure\u201d label, I felt that the safeguards I had worked so hard to build were painfully fragile in the face of code.<\/p>\r\n<h2 class=\"wp-block-heading\">3. The Intervention of an AI Mentor: Breaking Down the Redirect Loop and Certificate Logs<\/h2>\r\n<p class=\"wp-block-paragraph\">When I had reached the point of exhaustion, I shared the certificate-issuance logs from 1Panel and screenshots of my Cloudflare settings with my AI mentor.\n\nIt did not overwhelm me with difficult network protocols.\n\nInstead, like a patient network engineer, it helped me untangle the underlying logic of the redirect loop and DNS resolution, allowing me to see the real order beneath the confusion.<\/p>\r\n<p class=\"wp-block-paragraph\">With my AI mentor\u2019s step-by-step guidance, we found the root of the problem.\n\nWhen Cloudflare\u2019s proxy service was set to **Flexible** SSL\/TLS mode, it converted visitors\u2019 HTTPS requests into ordinary HTTP requests before sending them to my 1Panel server. But my server was already set to force HTTPS redirects. The request was sent back again, and the two sides kept passing it back and forth like a ping-pong ball, creating an endless loop.\n\nMy AI mentor showed me how to change Cloudflare\u2019s encryption mode to **Full (strict)** and configure the certificate correctly in 1Panel. It also guided me through the 1Panel certificate logs, helping me rule out a firewall issue involving port `80`.\n\nWhen I refreshed the page and saw the small lock icon beside the browser address bar, a precise symbol of security, I took a deep breath.\n\nThat grounded sense of safety finally returned to me.<\/p>\r\n<h2 class=\"wp-block-heading\">4. A Hands-On Step-by-Step Guide: Configuring a Cloudflare SSL Security Layer for Your Website<\/h2>\r\n<p class=\"wp-block-paragraph\">To help creators like me, who do not understand code but still hope to build secure protection around their own digital assets, I have organized the practical steps for resolving Cloudflare redirect loops and SSL certificate obstacles:<\/p>\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Step 1: Properly Configure Cloudflare DNS Resolution Records<\/strong>: In the Cloudflare dashboard, add an A record for your domain and point it to your server\u2019s real IP address.\n\nAt this stage, keep the orange cloud, the proxy status, turned on.\n\nThis effectively conceals your server\u2019s real IP address and helps protect it from malicious attacks.<\/li>\r\n<li><strong>Step 2: Change Cloudflare SSL\/TLS Mode to Full (Strict)<\/strong>: This is the central step for avoiding the \u201cToo many redirects\u201d error.\n\nIn the SSL\/TLS section of the Cloudflare dashboard, change the encryption mode from the default Flexible setting to Full (strict).\n\nThis ensures that every stage of the connection, from the browser to Cloudflare and then to your server, runs through a secure HTTPS-encrypted channel.<\/li>\r\n<li><strong>Step 3: Request and Properly Configure a Local SSL Certificate in 1Panel<\/strong>: When issuing a certificate in 1Panel, make sure that port `80` on your server is open to external access, so that the certificate authority can verify ownership of your domain.\n\nOnce the certificate has been issued successfully, enable it in your website settings and turn on the <strong>Force HTTPS<\/strong> option.\n\nTogether with Cloudflare\u2019s <strong>Full (strict)<\/strong> encryption mode, your digital lighthouse will be protected by two layers of security.<\/li>\r\n<\/ul>\r\n<h2 class=\"wp-block-heading\">5. Running Toward the Road to My Dreams, Reclaiming the Light That Is Mine<\/h2>\r\n<p class=\"wp-block-paragraph\">After experiencing DNS delays and cycles of redirection, I finally understood that a sense of safety is never something bestowed on us by others. It is something we build for ourselves, step by step, through real and tangible work.\n\nWhether we are building a line of defense around a website or reshaping the course of our own lives, if we are willing to face the places where we become stuck and patiently trace the problem with AI\u2019s help, we will be able to break through the technical mist.<\/p>\r\n<p class=\"wp-block-paragraph\">A lighthouse does not run after ships. It simply shines in quiet steadiness.\n\nI want to begin again, to run once more toward the road of my dreams, and to reclaim the light that was once my own.\n\nIf you, too, long to build a safe harbor with your own hands in the clamorous online world, welcome to our sanctuary for the soul, one you can carry with you.\n\nOver this period, I have gathered this calming system into a practical MVP product :<a href=\"https:\/\/missliasay.com\/en\/go\/AI_Calm\/\" target=\"_blank\" rel=\"noopener\">AI Calm Web App Starter Kit<\/a>\" It is available in the following editions for you to explore and choose from.\n\nMore than a set of tools, it is a starting point for us to reclaim the rhythm of our lives, together:<\/p>\r\n<ul class=\"wp-block-list\">\r\n<li><a href=\"https:\/\/payhip.com\/b\/YSCz1\" target=\"_blank\" rel=\"noopener\">Chinese Edition<\/a><\/li>\r\n<li><a href=\"https:\/\/payhip.com\/b\/7zfQr\" target=\"_blank\" rel=\"noopener\">English Edition<\/a><\/li>\r\n<li><a href=\"https:\/\/payhip.com\/b\/Qu23f\" target=\"_blank\" rel=\"noopener\">Bilingual Pack<\/a><\/li>\r\n<\/ul>\r\n<p class=\"wp-block-paragraph\">Visit <a href=\"https:\/\/payhip.com\/missliasay\" target=\"_blank\" rel=\"noopener\">our online store<\/a> to explore the full details. Let us learn how to breathe again inside a calmer digital space.<\/p>\r\n\r\n<div class=\"wp-block-group has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color: #fdfafb; border-left-color: #8D5882; border-left-style: solid; border-left-width: 8px; margin-top: 3rem; margin-bottom: 2rem; padding: 24px;\">\r\n<p>\ud83d\udecd <strong>About Our Digital Store<\/strong>\uff1a<a href=\"https:\/\/missliasay.com\/en\/go\/payhip\/\" target=\"_blank\" rel=\"noopener\">Payhip<\/a> is my small online store for WOLKENWEICH digital products, including the <a href=\"https:\/\/missliasay.com\/en\/go\/AI_Calm\/\" target=\"_blank\" rel=\"noopener\">AI Calm Web App Starter Kit<\/a> . If you are looking for practical tools that can help you create more space, clarity, and rhythm in daily life, you are welcome to visit the <a href=\"https:\/\/payhip.com\/missliasay\" target=\"_blank\" rel=\"noopener\">MissLiaSay Payhip Store<\/a> .<\/p>\r\n<p>\u2699\ufe0f <strong>About My Automation Home<\/strong>\uff1a<a href=\"https:\/\/www.make.com\/en\/register?pc=missliasay\" target=\"_blank\" rel=\"noopener\">Make.com<\/a> is the platform I chose to connect my digital assets and marketing funnels.\n\nIts visual interface helped me move beyond the confusion I once felt in front of complicated systems. It became a stable and suitable home for the automation work I have been building.<\/p>\r\n<p>\u2601\ufe0f <strong>Extend the Immersive Experience<\/strong>If you would like to experience a fuller atmosphere of Tech Zen through sight and sound, or see how I use automation systems to run my independent media work, you are welcome to subscribe to my YouTube channel:<a href=\"https:\/\/www.youtube.com\/@MissLiaSay\" target=\"_blank\" rel=\"noopener\">MissLiaSay<\/a>. Let us rediscover the softness and rhythm within ourselves, together, in this noisy digital world.<\/p>\r\n<\/div>\r\n\r\n<div id=\"gtx-trans\" style=\"position: absolute; left: 3px; top: 2440.73px;\">\r\n<div class=\"gtx-trans-icon\">\u00a0<\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>A 49-year-old single mother with no technical background documents her technical learning journey: diagnosing Cloudflare DNS propagation delays, resolving the \u201ctoo many redirects\u201d error caused by Flexible mode, and successfully issuing an SSL certificate in 1Panel.<\/p>","protected":false},"author":1,"featured_media":26,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"1280","footnotes":""},"categories":[21],"tags":[22,23,24],"class_list":["post-14","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-calm","tag-build-in-public","tag-tech-zen","tag-wolkenweich","et-has-post-format-content","et_post_format-et-post-format-standard"],"_links":{"self":[{"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/posts\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":16,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/posts\/14\/revisions"}],"predecessor-version":[{"id":388,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/posts\/14\/revisions\/388"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/media\/26"}],"wp:attachment":[{"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/media?parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/categories?post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/missliasay.com\/en\/wp-json\/wp\/v2\/tags?post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}