OpenEnergyPlatform / academy

The Open Energy Academy is a collection of courses, tutorials, and questions for the Open Energy Family
https://openenergyplatform.github.io/academy/
GNU Affero General Public License v3.0
16 stars 6 forks source link

Security warning when clicking link in "questions" #216

Closed vismayajochem closed 2 months ago

vismayajochem commented 2 months ago

Description of the issue

On the page https://openenergyplatform.github.io/academy/questions/ the first link "Open Energy Platform (OEP)" generates a security warning. "Warnung: Mögliches Sicherheitsrisiko erkannt

Firefox hat ein mögliches Sicherheitsrisiko erkannt und www.openenergyplatform.org nicht geladen. Falls Sie die Website besuchen, könnten Angreifer versuchen, Passwörter, E-Mails oder Kreditkartendaten zu stehlen.

Was können Sie dagegen tun?

Am wahrscheinlichsten wird das Problem durch die Website verursacht und Sie können nichts dagegen tun. Sie können den Website-Administrator über das Problem benachrichtigen.

Weitere Informationen…"

When removing the "www." the link works just fine. So it seems the inserted link is wrong.

Steps to Reproduce

  1. Click on the first link on the question page

Ideas of solution

Correct the link to the URL "https://openenergyplatform.org/". Alternativly include "https://www.openenergyplatform.org/" to lets incrypt certificat.

vismayajochem commented 2 months ago

Fixed by cf735be