HTTP/2 and HTTPS
    Valentin V. Bartenev 
    vbart at nginx.com
       
    Tue Mar 15 15:14:10 UTC 2016
    
    
  
On Tuesday 15 March 2016 10:23:37 Roswebnet wrote:
> Hi,
> 
> I tried this one:
> http.conf:
> listen 192.168.1.161:80;
> 
> https.conf:
> listen 192.168.1.162:443 ssl;
> 
> http2.conf:
> listen 192.168.1.163:443 ssl http2;
> 
> Looks like it solve issue especially when I do request for the first time.
> For the second time in IE I can get https in place of http2. Firefox mostly
> do not provide such behaviour. May it lay on certificate? I use the same
> certificate for both HTTPS and HTTP2. And certificate was issued for server
> hostname not for vhost IP.
Your version of IE may not support HTTP/2 negotiation using NPN, or may not
support HTTP/2 at all.
  wbr, Valentin V. Bartenev
    
    
More information about the nginx
mailing list