tstepro
tstepro•15mo ago

Coffee shop wifi vs docs.convex.dev

Hey all, was trying to access the docs in a public setting. This was at a coffee shop. Currently seeing this error on the docs. If you need more context, happy to provide it. Wifi was configured with WPA. Ideally this shouldn't be blocking public docs.
No description
4 Replies
jamwt
jamwt•15mo ago
it's not a captive portal?
tstepro
tsteproOP•15mo ago
sorry, not sure what you mean 😅
jamwt
jamwt•15mo ago
meaning, sometimes in a coffee shop you get an SSL error because the local router is trying to show you one of those webpages where you have to agree to use the wifi responisbily or whatever the reason I bring that up is our docs are just netlify using netlify ssl. nothing particularly special about the way we're deploying them to cause this, so I'm sort of grasping for straws
tstepro
tsteproOP•15mo ago
Ahh gotcha yeah this particular shop doesn't have that I am able to access the convex dashboard and see all the internals Looked into netlify docs. here's the verbose result from curl (to help debug):
~ curl -v https://docs.convex.dev/
* Trying 192.73.252.18:443...
* Connected to docs.convex.dev (192.73.252.18) port 443 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to docs.convex.dev:443
* Closing connection 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to docs.convex.dev:443
~ curl -v https://docs.convex.dev/
* Trying 192.73.252.18:443...
* Connected to docs.convex.dev (192.73.252.18) port 443 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to docs.convex.dev:443
* Closing connection 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to docs.convex.dev:443

Did you find this page helpful?