PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → site with ssl - can not acces the site via https
site with ssl - can not acces the site via https
Iniciado por guest, 28,mar. 2016 11:33 - 2 respuestas
Publicado el 28,marzo 2016 - 11:33
Hello,

I have a site that is protected with a ssl certificate.

In the datecenter I use IIS with Windows 2008

The datacenter has installed the certificate

When I use the url https://tsm001.be/ the browser reponds Can not connect to the server tsm001.be/

Maybe there is something extra to link to the site in iis.

Can someone help me.

Thanks,

Willy Hermans
Publicado el 28,marzo 2016 - 15:42
Did you check in the default web site configuration of the IIS if port 443 (https) is configured?
Publicado el 29,marzo 2016 - 15:14
Hi,

I you use a Classic Site in WebDev and want to use HTTPS, you do not have todo anything special in WebDev, everything is done in IIS.

In IIS
- Make sure your certificate is active on the server
- you need to set the SSL settings
- Check Port bindings 443

To make your IIS very secure, please use the script on this site to get an A reating on security.

http://www.hass.de/content/setup-your-iis-ssl-perfect-forward-secrecy-and-tls-12

To test your sites security, use https://www.ssllabs.com

Hope you get it working !
Danny