Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Going Without SSL Certificates?

I'm working on a small website for a local church. The site needs to allow administrators to edit content and post new events/updates. The only "secure" information managed by the site will be the admins' login info and a church directory with phone numbers and addresses.

How at risk would I be if I were to go without SSL and just have the users login using straight HTTP? Normally I wouldn't even consider this, but it's a small church and they need to save money wherever possible.

like image 209
Jason Avatar asked May 18 '09 16:05

Jason


People also ask

What happens if you dont have an SSL certificate?

Without SSL, your site visitors and customers are at higher risk of being having their data stolen. Your site security is also at risk without encryption. SSL protects website from phishing scams, data breaches, and many other threats. Ultimately, It builds a secure environment for both visitors and site owners.


1 Answers

Since only your admins will be using the secure session, just use a self-signed certificate. It's not the best user experience, but it's better to keep that information secure.

like image 102
Wayne Hartman Avatar answered Oct 11 '22 23:10

Wayne Hartman