Re: how do I run multiple https web sites on a single IP address

2018-01-04 Thread Kurogane
I fixed now the problem, not sure is the best way but at least working. In the two server https block you need to put all cert information (ssl_certificate bla bla) in domain2.com and www.domain2.com. I just only put cert information in www.domain2.com and domain2.com only redirect in what i put

Re: how do I run multiple https web sites on a single IP address

2018-01-03 Thread Francis Daly
On Wed, Jan 03, 2018 at 02:23:32PM -0500, Kurogane wrote: Hi there, > >Are you sure that a tool you're using to check supports SNI? > > What tool you're talking about? this error show in browser. In this case, the tool is "the browser". Which browser, which version? The aim here is to allow so

Re: how do I run multiple https web sites on a single IP address

2018-01-03 Thread Kurogane
>Are you sure that a tool you're using to check supports SNI? >wbr, Valentin V. Bartenev What tool you're talking about? this error show in browser. >Do you have four separate ssl certificate files, each of which is valid >for a single server name? >Or do you have one ssl certificate file which

Re: how do I run multiple https web sites on a single IP address

2018-01-02 Thread Francis Daly
On Tue, Jan 02, 2018 at 11:27:07AM -0500, Kurogane wrote: Hi there, > >http://nginx.org/en/docs/http/configuring_https_servers.html > > I'm not sure what is your point here? nginx have built SNI a decade ago even > CentOS have nginx updated version. > > If my nginx not have enabled or not SNI s

Re: how do I run multiple https web sites on a single IP address

2018-01-02 Thread Valentin V. Bartenev
On Tuesday, 2 January 2018 19:27:07 MSK Kurogane wrote: > >It looks to me like your question is "how do I run multiple https web sites > on a single IP address?". > > >If that is the case, then the modern answer is "use SNI". > > >http://nginx.

Re: how do I run multiple https web sites on a single IP address

2018-01-02 Thread Kurogane
>It looks to me like your question is "how do I run multiple https web sites on a single IP address?". >If that is the case, then the modern answer is "use SNI". >http://nginx.org/en/docs/http/configuring_https_servers.html I'm not sure what is your point here?