Ask HN: Put my entire website behind ssl?
healpay.com
Ask HN: Put my entire website behind ssl?
1–10 of 23 posts
Re: Ask HN: Put my entire website behind ssl?
#2Re: Ask HN: Put my entire website behind ssl?
#3well, paypal does :]
Re: Ask HN: Put my entire website behind ssl?
#4Re: Ask HN: Put my entire website behind ssl?
#5Re: Ask HN: Put my entire website behind ssl?
#6No. I think the HTTPS in the browser prompts a user to think there is confidential information being passed when your just browsing, so now your break user experience. The app portion could be, and should be for any semi-secret information, but keep the front-end clear of it. Plus any and all external resources in-page must be https, it might hang you or a designer up down the road and break your cert.
Re: Ask HN: Put my entire website behind ssl?
#7No. I think the HTTPS in the browser prompts a user to think there is confidential information being passed when your just browsing, so now your break user experience. The app portion could be, and should be for any semi-secret information, but keep the front-end clear of it. Plus any and all external resources in-page must be https, it might hang you or a designer up down the road and break your cert.
It's very interesting to me that when SSL opens up, you immediately feel like confidential information information is going to be passed (which is usually the case).. I didn't think about that before!
The app portion is def. protected by SSL and switches to that context when you hit the login path.
Your last point is interesting too, as we do pull in external resources such as google fonts, jquery (google's CDN), analytics, etc. but have managed to find an SSL version of those URL's too (luckily). I do see this becoming painful for designers moving forward though when they're trying to pull in external resources that lack support for https url's.
All very good points.
Do you think the average user notices the SSL activation bar?
Re: Ask HN: Put my entire website behind ssl?
#8Re: Ask HN: Put my entire website behind ssl?
#9Are there any SEO or other indexing issues that crop up if you're only running TLS?
Re: Ask HN: Put my entire website behind ssl?
#10No. I think the HTTPS in the browser prompts a user to think there is confidential information being passed when your just browsing, so now your break user experience. The app portion could be, and should be for any semi-secret information, but keep the front-end clear of it. Plus any and all external resources in-page must be https, it might hang you or a designer up down the road and break your cert.
I disagree. I might not spring for an EV cert in most cases, but using basic encryption to protect against casual eavesdropping should be the rule, not the exception.