Greetings,
Best practice question - when is it necessary to use SSL? If I have a one page site with a contact form should I secure that page with SSL? Or is that overkill? I agree that an ecommerce site should be secure with SSL.
Do you guys use SSL for everything?
When to use SSL?
Re: When to use SSL?
you do not always need ssl even if you have an ecommerce website; of course, in the case you delegate the payment process to an external processor like PayPal (because they manage all the stuff)
if you store sensitive (or financial) information about your customers (like a bank does) you should have ssl...
it depends mainly on which information you handle and how (via an own processor or an external one)
my cent here
if you store sensitive (or financial) information about your customers (like a bank does) you should have ssl...
it depends mainly on which information you handle and how (via an own processor or an external one)
my cent here
Re: When to use SSL?
There is also a move underway by browsers and search engines to increase the level of warnings against sites that are not ssl protected. That's why I decided to move early. It's just another annoying thing you don't need when people are looking or trying to get to your site. The other thing is search around for best price there is a lot of overcharging for this service.
Re: When to use SSL?
Its just an alumni site, no NPPI (non-public private info) will be there, just names and email addresses will be collected via a form for registration. No credit cards or any other address information.[RZ] wrote: Wed Jan 03, 2018 7:42 pm you do not always need ssl even if you have an ecommerce website; of course, in the case you delegate the payment process to an external processor like PayPal (because they manage all the stuff)
if you store sensitive (or financial) information about your customers (like a bank does) you should have ssl...
it depends mainly on which information you handle and how (via an own processor or an external one)
my cent here
Re: When to use SSL?
I looked around and some of theses certs run over $100 per year. And yes I did see that browsers have started to warn people of un-secure sites. I think google wants everyone to be on SSL.rogerl wrote: Wed Jan 17, 2018 8:52 pm There is also a move underway by browsers and search engines to increase the level of warnings against sites that are not ssl protected. That's why I decided to move early. It's just another annoying thing you don't need when people are looking or trying to get to your site. The other thing is search around for best price there is a lot of overcharging for this service.
- Maria Flores
-
- Posts: 8
- Joined: Tue Dec 12, 2017 7:09 pm
- Location: Lisboa, Portugal
Re: When to use SSL?
Magical wrote: Thu Jan 18, 2018 4:39 pmI looked around and some of theses certs run over $100 per year. And yes I did see that browsers have started to warn people of un-secure sites. I think google wants everyone to be on SSL.rogerl wrote: Wed Jan 17, 2018 8:52 pm There is also a move underway by browsers and search engines to increase the level of warnings against sites that are not ssl protected. That's why I decided to move early. It's just another annoying thing you don't need when people are looking or trying to get to your site. The other thing is search around for best price there is a lot of overcharging for this service.
There's a free and easy way to implement SSL on any site by going to https://www.sslforfree.com/ (SSL from Let's Encrypt)
Re: When to use SSL?
Cool! Thanks will try it.
- Maria Flores
-
- Posts: 8
- Joined: Tue Dec 12, 2017 7:09 pm
- Location: Lisboa, Portugal
Re: When to use SSL?
You're welcome.