How can I get the text out of https://lehrer-programm-experience.netlify.app/version.txt into a string? I already tried
s:=IdHTTP.Get('https://lehrer-programm-experience.netlify.app/version.txt');
but I get this error:
It's German: "SSL library couldn't be loaded."
Is there another way to do it or did I made a mistake?