curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder Daniel himself.

Re: OpenSSL wrong version number error when using in-flight wifi

From: Rohan Ganapavarapu via curl-users <curl-users_at_lists.haxx.se>
Date: Wed, 24 Jul 2024 02:22:52 +0000



________________________________
From: Rohan Ganapavarapu <rganapav_at_purdue.edu>
Sent: Tuesday, July 23, 2024 7:20 PM
To: noloader_at_gmail.com <noloader_at_gmail.com>
Subject: Re: OpenSSL wrong version number error when using in-flight wifi

This is weird because curl https://google.com worked and curl https://rohan.ga worked.

I did pay for in-flight wifi and was able to visit https://ollama.com on the browser.

Rohan

On Jul 22, 2024, at 2:22 AM, Jeffrey Walton <noloader_at_gmail.com> wrote:


You don't often get email from noloader_at_gmail.com. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
---- External Email: Use caution with attachments, links, or sharing data ----



On Mon, Jul 22, 2024 at 2:02 AM Rohan Ganapavarapu via curl-users <curl-users_at_lists.haxx.se<mailto:curl-users_at_lists.haxx.se>> 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<https://ollama.com/>
>       
>      * Host ollama.com:443<http://ollama.com:443/> was resolved.
> * IPv6: (none)
> * IPv4: 34.120.132.20
> * Trying 34.120.132.20:443...
> * Connected to ollama.com<http://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
Received on 2024-07-24