blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.1k stars 566 forks source link

No error reported using `code ` with non private url #1882

Open danielzen opened 9 months ago

danielzen commented 9 months ago

Checklist

Configuration

iPadOS 17.0.2 Blink 17.0.1.839 TestFlight

Describe the bug

I type code https://<myurl> and get back absolutely nothing.

In the end I forgot to use a custom port (I am not using 443), but the complete lack of response threw me. In the browser, with the same url I would get:

You connection is not private
NET::ERR_CERT_INVALID

Some error response indicating that the connection was not made.

carloscabanero commented 9 months ago

Good catch, will see what we can do. We are actually thinking about separating Build and Code in its own app, as it will give us more flexibility with what we can do with this.