Re: HTTP/2 and HTTPS

2016-03-19 Thread Roswebnet
Ok thank you for pointing out. This version of nginx I got from NGINX repository. http://nginx.org/en/linux_packages.html#mainline deb http://nginx.org/packages/mainline/ubuntu/ wily nginx deb-src http://nginx.org/packages/mainline/ubuntu/ wily nginx It means that it was built with older version

Re: HTTP/2 and HTTPS

2016-03-19 Thread itpp2012
Roswebnet Wrote: --- > On US15.10 I have nginx: > > root@LIA-RP-VS-WEB:/etc/nginx/tls# nginx -V > nginx version: nginx/1.9.12 > built by gcc 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) > built with OpenSSL 1.0.2d 9 Jul 2015

Re: HTTP/2 and HTTPS

2016-03-16 Thread Roswebnet
Oh yeah small addition because I use only IP's I can not test Self signed certificate most of the SSL checking tools online. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,265326,265390#msg-265390 ___ nginx mailing list nginx@nginx.org

Re: HTTP/2 and HTTPS

2016-03-16 Thread Roswebnet
On US15.10 I have nginx: root@LIA-RP-VS-WEB:/etc/nginx/tls# nginx -V nginx version: nginx/1.9.12 built by gcc 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) built with OpenSSL 1.0.2d 9 Jul 2015 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx

Re: HTTP/2 and HTTPS

2016-03-16 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.

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

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

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

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

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

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 >

Re: HTTP/2 and HTTPS

2016-03-14 Thread Sven Kirschbaum
Hi, a similar issue has been discussed here: https://forum.nginx.org/read.php?2,264392,264392 In short: If you have any http2 directives for a port in your configuration, every connection on that port can use http2. Im not sure if specifying the listen IP will help in this case, but its worth a

Re: HTTP/2 and HTTPS

2016-03-14 Thread Roswebnet
Thank you for your fast response. However, could you please provide an example of "IP on the listen directive" I am accessing content from Firefox like https://192.168.1.162 for https connection and https://192.168.1.163 for http2. Moreover, those ip also accessible by http:// and served also

Re: HTTP/2 and HTTPS

2016-03-14 Thread Richard Stanway
You probably need to specify the IP on the listen directive if you want different configurations of listening ports on different IPs. On Mon, Mar 14, 2016 at 11:43 PM, Roswebnet wrote: > Hi everyone, > > I have strange issue with nginx 1.9.12. I have 3 IP addresses