Opened 12 years ago
Closed 12 years ago
#30241 closed defect (bug) (duplicate)
302 redirect loops when switching to https - because of do_action( 'setup_theme' );
| Reported by: | guaka | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Themes | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
Description
I'm getting a 302 redirect loop when trying /wp-admin/customize.php
I pinpointed the problem to a call to do_action( 'setup_theme' );
Note it's still happening after disabling all plugins and switching to different themes (including 2014).
Change History (3)
#2
@
12 years ago
- Summary 302 redirect loop because of do_action( 'setup_theme' ); → 302 redirect loops when switching to https - because of do_action( 'setup_theme' );
Apparently it's not just me. The wordpress-https extension doesn't fix it.
See also http://wordpress.stackexchange.com/questions/163638/wordpress-https-redirect-loop
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Found out that it's related to https.
If I revert to http there is no redirect loop.
I'm using https over cloudflare, so the server is actually only serving http.