Re: HTTP/2 and HTTPS

2016-03-15 Thread steve
On 03/16/2016 06:33 AM, Roswebnet wrote: None of the links above mention that IE supports HTTP/2 negotiation using NPN. Agree. I guess it supports only ALPN, which isn't supported by OpenSSL version in your Ubuntu 15.10. I have just researched installed openssl. root@LIA-RP-VS-WEB:/etc/nginx

upstream server does not match virtual host

2016-03-15 Thread miky
Hello, I have a web server (nginx, iis, apache, whatever) on which I access: http://1.1.1.1 => displays default page http://virt1 => displays virtual host 1 (ping virt 1 = 1.1.1.1) When I access the url virt1 the page of the corresponding virtual host which is different from when I access the url

Re: HTTP/2 and HTTPS

2016-03-15 Thread Valentin V. Bartenev
On Tuesday 15 March 2016 13:33:31 Roswebnet wrote: > >None of the links above mention that IE supports HTTP/2 negotiation > >using NPN. > > Agree. > > > I guess it supports only ALPN, which isn't supported by OpenSSL > > version in your Ubuntu 15.10. > > I have just researched installed openssl.

Re: HTTP/2 and HTTPS

2016-03-15 Thread Roswebnet
>None of the links above mention that IE supports HTTP/2 negotiation >using NPN. Agree. > I guess it supports only ALPN, which isn't supported by OpenSSL > version in your Ubuntu 15.10. I have just researched installed openssl. root@LIA-RP-VS-WEB:/etc/nginx/tls# openssl version -a -v -b -o -f -

Re: HTTP/2 and HTTPS

2016-03-15 Thread Valentin V. Bartenev
On Tuesday 15 March 2016 11:54:33 Roswebnet wrote: > I am using W10Pro and IE 11.162.10586.0 Desktop version. > > https://en.wikipedia.org/wiki/HTTP/2 > > "The standardization effort was supported by Chrome, Opera, Firefox, > Internet Explorer 11, Safari, Amazon Silk and Edge browsers.[9] Most m

Re: HTTP/2 and HTTPS

2016-03-15 Thread Roswebnet
I am using W10Pro and IE 11.162.10586.0 Desktop version. https://en.wikipedia.org/wiki/HTTP/2 "The standardization effort was supported by Chrome, Opera, Firefox, Internet Explorer 11, Safari, Amazon Silk and Edge browsers.[9] Most major browsers added HTTP/2 support by the end of 2015." In add

Re: HTTP/2 and HTTPS

2016-03-15 Thread Valentin V. Bartenev
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 t

Re: HTTP/2 and HTTPS

2016-03-15 Thread Roswebnet
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 mos

Re: HTTP/2 and HTTPS

2016-03-15 Thread B.R.
RTFM (listen directive)? :o) --- *B. R.* On Tue, Mar 15, 2016 at 12:39 AM, Roswebnet wrote: > Thank you for your fast response. > > However, could you please provide an example of "IP on the listen > directive" > > I am accessing c