This is not a Fornax issue, but it may be that you’ll have some idea where to look, how we can reconfigure our server. A user complained that they can access our SkyView service from their web server deployed locally but not when they deploy their service on AWS. So I just did a simple test. A wget command below works on my laptop but does not work from my Fornax JupyterLab terminal.
Anybody have any idea why? Details below.
(base) ~$ wget -d https://skyview.gsfc.nasa.gov//current/cgi/basicform.pl
DEBUG output created by Wget 1.21.4 on linux-gnu.
Reading HSTS entries from /home/jovyan/.wget-hsts
URI encoding = ‘UTF-8’
Converted file name 'basicform.pl' (UTF-8) -> 'basicform.pl' (UTF-8)
--2025-07-11 16:13:14-- https://skyview.gsfc.nasa.gov//current/cgi/basicform.pl
Resolving skyview.gsfc.nasa.gov (skyview.gsfc.nasa.gov)... 129.164.179.52, 2001:4d0:2310:150::52
Caching skyview.gsfc.nasa.gov => 129.164.179.52 2001:4d0:2310:150::52
Connecting to skyview.gsfc.nasa.gov (skyview.gsfc.nasa.gov)|129.164.179.52|:443... connected.
Created socket 3.
Releasing 0x000055f3b1aa0a30 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x000055f3b1aad370
certificate:
subject: CN=heasarc.gsfc.nasa.gov
issuer: CN=R11,O=Let's Encrypt,C=US
X509 certificate successfully verified and matches host skyview.gsfc.nasa.gov
---request begin---
GET //current/cgi/basicform.pl HTTP/1.1
Host: skyview.gsfc.nasa.gov
User-Agent: Wget/1.21.4
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive
---request end---
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Closed 3/SSL 0x000055f3b1aad370
Retrying.
...
