PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → webdev and 'secure site'
webdev and 'secure site'
Iniciado por guest, 01,dic. 2017 09:28 - 3 respuestas
Publicado el 01,diciembre 2017 - 09:28
Hi All

I am new to webdev and have just finished a few pages for a client.

My problem is this : when using chorme I get the 'Not secure' before the url.
One of the pages is a registration page with a password and some personal details.

Is there an easy way to remove this?

any help appreciated.

regards
Noel
Publicado el 01,diciembre 2017 - 10:58
Hi Noël,

new browsers display that when the site asks for password and is not in https mode.

To switch to https, you need to install a certificate on the server and configure everything the right way. And that's a job for a server administrator, not a webdev developer.

Best regards
Publicado el 01,diciembre 2017 - 11:26
Hi Fabrice

so 'all' it takes is a certificate on the server and nothing to do with webdev except sslactivate?

Thanks
Noel
Publicado el 01,diciembre 2017 - 11:49
you got it...