Hacker News new | past | comments | ask | show | jobs | submit login

I wonder if they have plans for CloudFront too. That'd be a killer feature to be able to use HTTPS on cloudfront on a custom domain without it costing a fortune.



You already can do that for pretty cheap (if you use SNI), but only from the CLI and the command isn't exactly simple. [0] Having it integrated so you just click 'yes, SSL' and it handles cert generation and config would be great.

[0] https://bryce.fisher-fleig.org/blog/setting-up-ssl-on-aws-cl...


Neat! I had missed the rollout of SNI certs.


> costing a fortune.

The problem is not the SSL certificate, the problem is the IP address. That will no longer be a problem as soon as IPv6 takes hold in a few years, I give it about 3. They currently have to deploy the SSL certificate to over 30 different IPs hence it costing the immense amount. The certificate can be had for $10.


Why would anyone use non-SNI SSL/TLS anymore? Are there really that many Windows XP clients out there?


One of my clients still sees a surprising amount of Android 2.x traffic. Other than that, yeah, I can't see a reason.


Exactly. I default to SNI being acceptable now, unless somebody has convincing evidence that for their particular use case they can't use it.


I dunno where the line it, but Windows XP is in the ballpark of 2% of our traffic, depending on the site and how you measure it. The bummer is that HTTPS breaks kinda badly if you use an SNI cert and the OS/browser doesn't support it.


2% is IE on XP, or XP in general?

I wish people would be more clear when they bring up XP. The OS is not the problem.


> 2% is IE on XP, or XP in general?

The latter sounds more likely to me. The sites I run get about 2.5% XP, but most of that population uses Chrome or Firefox. IE on XP accounts for only 0.3% overall.


At this point my experience is that most people still on XP are using IE - it mostly appears to be institutions that are still(!) using a primitive corporate build.


python 2.7 doesn't support SNI which is used by a lot of consumers of APIs



What's the benefit to serving your assets from a custom SSL-secured domain over https://whatever.cloudfront.net? The end-user doesn't really care what domain they're served from.


You can sit CloudFront in front of the entire site (not just assets, similar to CloudFlare) and tell it to proxy POST requests to the origin.


Use case: If you want to serve an entire site (i.e. the HTML as well as the assets) from CloudFront over https.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: