Re: OpenSSL wrong version number error when using in-flight wifi
Jeffrey Walton via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <CAH8yC8nYJK0YjR6u5vweSFpYkWgBzEndRTzDiR_x2LOmxChqFA@mail.gmail.com> |
On Mon, Jul 22, 2024 at 2:02 AM Rohan Ganapavarapu via curl-users < [email protected]> wrote: > > Only happens with some sites. I am on an united flight using in-flight wifi. > > curl --version > > curl 8.7.1 (x86_64-pc-linux-gnu) libcurl/8.7.1 OpenSSL/3.0.13 zlib/1.3.1 c-ares/1.28.1 libpsl/0.21.5 nghttp2/1.61.0 > Release-Date: 2024-03-27 > Protocols: dict file ftp ftps http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smtp smtps tftp > Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM PSL threadsafe TLS-SRP UnixSockets > > curl -v https://ollama.com > > * Host ollama.com:443 was resolved. > * IPv6: (none) > * IPv4: 34.120.132.20 > * Trying 34.120.132.20:443... > * Connected to ollama.com (34.120.132.20) port 443 > * ALPN: curl offers h2,http/1.1 > * TLSv1.3 (OUT), TLS handshake, Client hello (1): > * CAfile: /etc/ssl/certs/ca-certificates.crt > * CApath: /etc/ssl/certs > * OpenSSL/3.0.13: error:0A00010B:SSL routines::wrong version number > * Closing connection > curl: (35) OpenSSL/3.0.13: error:0A00010B:SSL routines::wrong version number This can sometimes happen when you receive a plain-text document in place of using TLS protocol messages. Human readable characters take the place of binary version numbers seen in TLS handshake messages. Based on Gisle Vanem's analysis, you were probably redirected to a [plain text] Captive Portal to pay for the in-flight Wifi service. Captive Portals are covered under RFC 8952, 8908, 8910 and friends. Jeff -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html