Hello,
I noticed that this website is using http, which means all forms, username/password are sent in cleartext to the server. A hacker can sniff the traffic and obtain the username and password quite easily.
An SSL certificate (https) is easy to obtain and it encrypts all traffic so sniffing isn't possible. Let's Encrypt is a non-profit certificate authority that's popular among server admins and provides free certificate. Popular linux distros such as debian and centos even have built-in python scripts (certbot) to automate the process, which only takes seconds.
I host my own websites so I'm kinda experienced with these stuff. I'm happy to help with the process.
I noticed that this website is using http, which means all forms, username/password are sent in cleartext to the server. A hacker can sniff the traffic and obtain the username and password quite easily.
An SSL certificate (https) is easy to obtain and it encrypts all traffic so sniffing isn't possible. Let's Encrypt is a non-profit certificate authority that's popular among server admins and provides free certificate. Popular linux distros such as debian and centos even have built-in python scripts (certbot) to automate the process, which only takes seconds.
I host my own websites so I'm kinda experienced with these stuff. I'm happy to help with the process.
Last edited: