L
L
La1serg2019-04-19 16:44:19
safari
La1serg, 2019-04-19 16:44:19

I can't access the site with an iPhone, what could be the problem?

I can't access the site https://ladnydom.ru/ from iOS devices. Tried with Safari and Chrome - all the same. According to the logs, the site is given. On Android/Windows everything is ok.
What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
doublench21, 2019-04-19
@La1serg

Are you having trouble setting up a server for http2.
https://serverfault.com/questions/937253/https-doe...
Google:

http2 error: Invalid HTTP header field was received: frame type: 1, stream: 1, name: [upgrade], value: [h2]

This seems to be related to the specific OpenSSL on the iOS/macOS platform. Chrome on macOS apparently uses the internal version and opens without problems.
Exhaust:
curl https://ladnydom.ru/ --verbose
*   Trying 92.53.100.223...
* TCP_NODELAY set
* Connected to ladnydom.ru (92.53.100.223) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=www.ladnydom.ru
*  start date: Sep 18 00:00:00 2018 GMT
*  expire date: Oct 18 12:00:00 2019 GMT
*  subjectAltName: host "ladnydom.ru" matched cert's "ladnydom.ru"
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=Thawte RSA CA 2018
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7fe049800400)
> GET / HTTP/2
> Host: ladnydom.ru
> User-Agent: curl/7.54.0
> Accept: */*
> 
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
* http2 error: Invalid HTTP header field was received: frame type: 1, stream: 1, name: [upgrade], value: [h2]
* HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, Client hello (1):
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question