You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Messier Objects on your page, IF the thumbnails DO NOT appear when moused over, then it is most likely that your server does not allow linking to an unsecured page. Here is a fix:
The code for the Virtual Sky is not adapted for secure servers, in this section: lines 2934 and 2935 in the virtualsky.js file needed to have HTTP changed to HTTPS - since I am running on a secure HTTPS server, I don't think it would matter on a local server like a pi (unless you are running it as a secure server).
appears that the issue may be on the https://server7.sky-map.org site after all, not having an SSL certificate. Short-term fix? Change your browser settings on your local browser, in this case, Chrome. Under Settings - Security and Privacy->Site Settings, I added server7.sky-map.org to the allowed images setting. Of course, this would only work on your browser on any other site using the server7.sky-map.org in the virtualsky.js file.
@creinemann Thanks for pointing this out. As you say, sky-map.org don't have an SSL certificate so there isn't really much that can be done from a VirtualSky perspective other than remove the feature entirely. Let's hope sky-map.org make the switch at some point.
VirtualSky/virtualsky.js
Line 3455 in 8632b5c
VirtualSky/virtualsky.js
Line 3456 in 8632b5c
When using Messier Objects on your page, IF the thumbnails DO NOT appear when moused over, then it is most likely that your server does not allow linking to an unsecured page. Here is a fix:
The code for the Virtual Sky is not adapted for secure servers, in this section: lines 2934 and 2935 in the virtualsky.js file needed to have HTTP changed to HTTPS - since I am running on a secure HTTPS server, I don't think it would matter on a local server like a pi (unless you are running it as a secure server).
Change to:
The text was updated successfully, but these errors were encountered: