Re: Wordpress multisite + SSL

2018-04-06 Thread Giulio Loffreda
crystal clear Your “in short” explanation was perfect. Thank you On 6 Apr 2018 at 15:56 -0300, basti , wrote: > > > On 06.04.2018 20:17, Giulio Loffreda wrote: > > Hi > > > > I created one separated file for while (as we have just one customer > > under ssl) and placed this file on sites-enable.

Re: Wordpress multisite + SSL

2018-04-06 Thread basti
On 06.04.2018 20:17, Giulio Loffreda wrote: > Hi > > I created one separated file for while (as we have just one customer > under ssl) and placed this file on sites-enable. So it is being loaded > at top of nginx configuration. > Then I have another conf file to handle 443 requests. > > The aim

Re: Wordpress multisite + SSL

2018-04-06 Thread Giulio Loffreda
Hi I created one separated file for while (as we have just one customer under ssl) and placed this file on sites-enable. So it is being loaded at top of nginx configuration. Then I have another conf file to handle 443 requests. The aim is to have one certificate for each customer, as customer m

Re: Wordpress multisite + SSL

2018-04-06 Thread basti
Hello, where have you defined your certificate? I cant see. if you use one serer directive for all your domains, all domains must be in this certificate (Subject alt names). On 06.04.2018 19:40, Giulio Loffreda wrote: > Dears > > > I have one wordpress multisite with subdomain being served by Ng

Wordpress multisite + SSL

2018-04-06 Thread Giulio Loffreda
Dears I have one wordpress multisite with subdomain being served by Nginx. We have the main domain, lets call domain.com. We use custom domains for customer site lets say customerone.com, customertwo.com… with correspondent subdomain on WP, as customerone.domain.com, customertwo.domain.com. Ev