Hi all,please forgive my bad english,I come from HK.thanks.
I have a site https://proxy.i553041.ml,suddenly not work in IOS,it really suddenly,I didn’t touch any server settings,In few days ago,use ios browser (safari、 chrome) access my site (https) suddenly not work,ios Chrome show ERR_CONNECTION_FAILED,ios safari show “Safari cannot open the page because it could not connect to the internet.”
but in Mac,I use 4 browsers (Safari、 Chrome、Opera、Microsoft Edge),access my site,it don’t have any problem,but firefox still fail,the error is “The connection was reset”
I don’t have Android & Windows PC,so I can’t make a test.
I’ve tried many ios device,use ios access my site,all fail
Again,this problem is suddenly happen,I don’t know why.
I already google,this user exactly same as my case:
But use his method add this line in Nginx cannot solve my problem:
ssl_session_cache shared:SSL:10m;
because my site config file already have this line.
I’m using Ubuntu 18.04.2,nginx 1.17.3,here is my sites settings:
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name proxy.i553041.ml;
root /var/www/proxy.i553041.ml;
index index.html;
add_header Strict-Transport-Security “max-age=31536000; includeSubDomains” always;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ecdh_curve X25519:P-256:P-384:P-224:P-521;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE+A$
ssl_certificate /etc/xxx/wildcard.crt;
ssl_certificate_key /etc/xxx/wildcard.key;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
ssl_session_tickets on;
ssl_stapling on;
ssl_stapling_verify on;
location = /favicon.ico {
log_not_found off;
}
}
==================
Please help!
thank you!
I have another site(it’s my friends site),I help him make up a web server,also use ubuntu / nginx / use same settings(just difference domain),use IOS access his site (https) also suddenly not work.