using https in config.js causes "to many redirects"
See original GitHub issuewhen im using this, there is no https in rss (the links still have “http” prefixes)
production: {
url: 'http://test.de',
urlSSL: 'https://test.de',
when im chaning the “url” to https, this causes an fatals error “to many redirects”
Issue Analytics
- State:
- Created 9 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
How to Fix The ERR_TOO_MANY_REDIRECTS Error - Kinsta
The ERR_TOO_MANY_REDIRECTS error is pretty much what it sounds like: something is causing too many redirects, sending your website into an infinite ...
Read more >Too Many Redirects: What This Error Means & How to Fix It
How To Fix Too Many Redirects · 1. Clear cookies on the redirecting website. · 2. Clear your browser cache. · 3. Ensure...
Read more >Too Many Redirects: What This Error Means And How to Fix It
In this guide to fixing the "Too many redirects" error, you will learn the most common reasons behind redirect loops and how to...
Read more >How to Fix the Too Many Redirects Error Message - Help Center
The most common issue is that http redirects to https and https then redirects back to http, causing the loop. There are several...
Read more >Too Many Redirects? ERR_TOO_MANY_REDIRECTS and ...
“ERR_TOO_MANY_REDIRECTS” is an error message that appears when a website creates a redirect loop. One redirect leads to another and creates ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Chris is correct. Here is a working Nginx configuration:
Late to the party, but this is the first hit for ‘ghost too many redirects’.
You need to set an
X-Forwarded-Proto
header so Ghost knows it’s being hit via SSL despite being behind a reverse proxy.