PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → enabling HTTPS
enabling HTTPS
Iniciado por Christine Wagner, 23,dic. 2016 13:31 - 1 respuesta
Publicado el 23,diciembre 2016 - 13:31
Hi!
I have developed a simple testsite following the tutorial of WEBDEV 21. Now I want to show this site only over https. How do I do this?
I tried using SSLActive(true), but this does only call an existing https:// site.
I searched in the forums, nobody asked about that yet.
There is this article "SSL: Secure transactions with WEBDEV" (http://help.windev.com/en-US/…), but it describes only how to add a certificate, which I already did.
So what do I have to do, so I can call my site with https:// instead of http://?

I'm very thankful for any help you can give me.
Publicado el 23,diciembre 2016 - 15:50
Found it. And it had nothing to do with WEBDEV but only with configuring the IIS-Server correctly.