Version 3.7.7, fresh download and compile. Fedora 24, x86_64.?MOTIFL = /usr/lib64
Try to download latest SOHO image (same results for any image or size) and?
sohowww.nascom.nasa.gov replies (from the log):Rcv: <p>The document has moved <a href="https://:443/data/realtime/eit_284/512/latest.jpg">here</a>.</p>
I messed around with sunmenu.c and?XEphem.SOHOhost until the GET matched what sohowww claimed:
http: GET https://sohowww.nascom.nasa.gov:443/data/realtime/eit_284/512/latest.jpg HTTP/1.0
User-Agent: xephem/3.7.7
Rcv: HTTP/1.1 302 Found
Rcv: Date: Sun, 06 Nov 2016 16:27:36 GMT
Rcv: Server: Apache
Rcv: Location: https://:443/data/realtime/eit_284/512/latest.jpg
Rcv: Content-Length: 233
Rcv: Connection: close
Rcv: Content-Type: text/html; charset=iso-8859-1
Rcv: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Rcv: <html><head>
Rcv: <title>302 Found</title>
Rcv: </head><body>
Rcv: <h1>Found</h1>
Rcv: <p>The document has moved <a href="https://:443/data/realtime/eit_284/512/latest.jpg">here</a>.</p>
Rcv: </body></html>
Error talking to SOHO .. see File->System log
Looks like something changed on the sohowww end or there is something platform-specific about httpGET. That href looks suspicious, doesn't it??
XEphem.SOHOhost: ?sohowww.nascom.nasa.gov sends a request that completes.?XEphem.SOHOhost: ?sohowww.nascom.nasa.gov:443 fails before the request can complete, so the :443 had to go into 'fn' or 'get'
I hope this information is of use to somebody.