Nginx (SSL) issues

jazz1611

Verified User
Joined
Sep 10, 2014
Messages
28
Hi,

iPhone 5s (IOS 9.1) can't access to my website "Safari cannot open the page because the network connection was lost". Android + Desktop can access to my website normal. Also i have tested with SSL Labs and get 2 errors:

- Chain issues Incorrect order, Contains anchor
- http://i.imgur.com/AwMJTwD.png

Current i'm using config nginx+apache.

Regards,
 
Hello,

What do you see with

Code:
ls -la /usr/local/directadmin/custombuild/custom/nginx_reverse/
?

Code:
ls -la /usr/local/directadmin/data/templates/custom/
?

Try and fix it with this:

Code:
cd /usr/local/directadmin/custombuild/
./build update
./build rewrite_confs

Regarding this (you can ignore it):

Chain issues Incorrect order, Contains anchor

read this: https://community.qualys.com/thread/11234
 
ls -la /usr/local/directadmin/custombuild/custom/nginx_reverse/
total 16
drwxr-xr-x 3 root root 4096 Aug 13 15:43 .
drwxr-xr-x 3 root root 4096 Aug 13 15:41 ..
drwxr-xr-x 2 root root 4096 Aug 13 15:43 conf
-rwxr-xr-x 1 root root 583 Aug 13 15:42 configure.nginx

ls -la /usr/local/directadmin/data/templates/custom/
total 24
drwx--x--x 2 diradmin diradmin 4096 Oct 11 2014 .
drwx--x--x 8 diradmin diradmin 4096 Dec 15 02:46 ..
-rw-r--r-- 1 diradmin diradmin 125 Sep 27 23:49 dns_a.conf
-rw-r--r-- 1 diradmin diradmin 2864 Sep 27 23:50 nginx_server.conf
-rw-r--r-- 1 diradmin diradmin 4693 Sep 27 23:49 virtual_host2.conf

I think issues from HTTP.1/1 http://i.imgur.com/OVzLSsw.png
 
Last edited:
jazz1611 said:
iPhone 5s (IOS 9.1) can't access to my website "Safari cannot open the page because the network connection was lost".

Can they access via plain HTTP?


I have the same issue. Does anyone know how to fix? Thanks

I'm using nginx_apache

What error do you get in your browser? What errors do you see in nginx/apache error log specific for a virtual host?
 
This happens only for ios 9, and with http2 enabled on the server. If I disable http2 than it works normally.
 
The http2 should be enabled in nginx if you use nginx+apache, not in apache.
 
Back
Top