Forum Moderators: phranque
I run a site where people can enter student information on the web. While credit card payments are done through https (third party) basic usage is still http. A few people have flatly refused to use my product without the HTTPS, and a few others have expressed concern about it, but the majority haven't complained.
None of the data, including name, address, phone, is really secure data anyway - most is available from a wide variety of other sources, include the phone book.
So, for now, I decided not to implement the HTTPS connection for this.
What are the cons to putting something under https. I know that a big one is that you can't pass a session from http to https without using get or post. Image loading times seem to be longer. You need to make sure that all required files are loaded through https so they don't get that warning. What else?
[edited by: chadmg at 1:40 pm (utc) on June 25, 2004]