[wp-trac] [WordPress Trac] #38273: HTTPS install is broken

WordPress Trac noreply at wordpress.org
Sat Oct 27 19:24:58 UTC 2018


#38273: HTTPS install is broken
-------------------------------+------------------------------
 Reporter:  yohgaki            |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Upgrade/Install    |     Version:  4.9.8
 Severity:  blocker            |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------
Changes (by rubo77):

 * version:  4.6.1 => 4.9.8
 * severity:  normal => blocker


Comment:

 This is still broken!

 I had to fis it on my installation by adding this line to the default
 config.php.sample:

 if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';

 I made sure that I put it before the following line:

 require_once(ABSPATH . 'wp-settings.php');

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/38273#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list