[wp-trac] [WordPress Trac] #30828: SSL without multisite - loop error

WordPress Trac noreply at wordpress.org
Wed Dec 24 15:36:50 UTC 2014


#30828: SSL without multisite - loop error
---------------------------+------------------------
 Reporter:  nikitabasenko  |       Owner:
     Type:  defect (bug)   |      Status:  closed
 Priority:  normal         |   Milestone:
Component:  General        |     Version:  4.1
 Severity:  critical       |  Resolution:  duplicate
 Keywords:                 |     Focuses:
---------------------------+------------------------

Comment (by nikitabasenko):

 Replying to [comment:8 SergeyBiryukov]:
 > Replying to [comment:7 nikitabasenko]:
 > > 2. in file wp-includes/functions.php i've made a changes at lines
 3670, 3671, 3673 from HTTPS to HTTP_SSL
 >
 > Thanks for following up! This appears to be a duplicate of #15733 and
 #19337.
 >
 > If you map `HTTP_SSL` to `HTTPS` in your `wp-config.php` file, it should
 be enough to avoid changing the `is_ssl()` function:
 > {{{
 > $_SERVER['HTTPS'] = !empty( $_SERVER['HTTP_SSL'] ) ?
 $_SERVER['HTTP_SSL'] : 0;
 > }}}

 So, do i need just add it somewhere or replace something?

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


More information about the wp-trac mailing list