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
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
http:
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
--modules-path=/et
>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 -
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
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
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 wel
Hi everyone,
I have strange issue with nginx 1.9.12. I have 3 IP addresses as a server
name that are alias IPs on a single Ubuntu server 15.10. Each servername
related to specific protocol:
http:
server {
listen 80;
server_name 192.168.1.161;
#charset koi8-r;
#access_log