Re: No SNI support on multisite installation

2024-03-15 Thread Jeffrey Walton
On Fri, Mar 15, 2024 at 2:37 PM Thomas Ward wrote: > > Jeffrey, > > If I read OP's information right, the test they were seeing was that it says > it needs SNI support and a number of browsers showed "No SNI support". I > know from testing OpenResty supports SNI. That isn't the issue here I >

RE: No SNI support on multisite installation

2024-03-15 Thread Thomas Ward via nginx
--- Original message From: Jeffrey Walton Date: 3/15/24 14:24 (GMT-05:00) To: nginx@nginx.org Cc: Thomas Ward Subject: Re: No SNI support on multisite installation On Fri, Mar 15, 2024 at 2:05 PM Thomas Ward via nginx wrote: > > If you only have one IP, then you cannot fix thi

Re: No SNI support on multisite installation

2024-03-15 Thread Jeffrey Walton
On Fri, Mar 15, 2024 at 2:05 PM Thomas Ward via nginx wrote: > > If you only have one IP, then you cannot fix this. SNI is what determines > which certificate to serve for the request. The only solution would be > individual IPs for each domain, thus not needing SNI to get the correct cert >

RE: No SNI support on multisite installation

2024-03-15 Thread Thomas Ward via nginx
If you only have one IP, then you cannot fix this. SNI is what determines which certificate to serve for the request. The only solution would be individual IPs for each domain, thus not needing SNI to get the correct cert for each domain. Sent from my Galaxy Original message ---