[wp-trac] [WordPress Trac] #22927: bloginfo( 'stylesheet_url' ) returns http instead of https, regression in 3.5

WordPress Trac noreply at wordpress.org
Fri Dec 14 00:16:20 UTC 2012


#22927: bloginfo( 'stylesheet_url' ) returns http instead of https, regression in
3.5
-------------------------------+------------------------------
 Reporter:  sporhincak         |       Owner:
     Type:  defect (bug)       |      Status:  closed
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  General            |     Version:  3.5
 Severity:  major              |  Resolution:  invalid
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------
Changes (by sporhincak):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Replying to [comment:1 johnbillion]:
 > Unable to reproduce. `get_bloginfo( 'stylesheet_url' )` correctly
 returns an SSL URL when on an SSL page. Have you tested with all plugins
 disabled?

 Yes, it was with all plugins disabled. Confusing, because with same nginx
 setup (reverse proxy ) and older version of wordpress, links for css were
 generated as they should be, https.

 But after update there were only https links for rss feeds and comments,
 while css were http. Solved by moving from http to https on worker host
 and changed proxy_pass from http://worker; to https://worker; on reverse
 proxy.

 Thanks

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22927#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list