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
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
>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
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
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.
>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?