[wp-hackers] MultiSite SSL over Nginx proxy
Tom Barrett
tcbarrett at gmail.com
Mon Aug 5 15:42:35 UTC 2013
Could you expand on that?
I've created a network plugin that has just this code, to make WordPress
think that the ssl site is on https:
global $blog_id;
if( $blog_id == 4 )
$_SERVER['HTTPS'] = 'on';
However, this has 2 unwanted behaviours:
1. All the links under 'my sites' point to https (e.g
https://www.my-network.com)
2. It logs me out of the other 3 sites. Logging in to any of them, logs me
out of ssl (blog 4)
So I'm still stuck.
On 5 August 2013 13:33, Martin Lazarov <martin at lazarov.bg> wrote:
> Yes, i doesn't and will not!
>
> The right way is to make wordpress to send html with httpS url's!
>
>
> > That doesn't fix the issue with the subrequests.
> >
> > Are you saying this is entirely an nginx set up problem, and it can be
> done
> > without any amends to WordPress or use of plugins?
> >
> > Have I befuddled myself?
> >
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
--
http://www.tcbarrett.com | http://gplus.to/tcbarrett |
http://twitter.com/tcbarrett
More information about the wp-hackers
mailing list