locked
CDN and SSL RRS feed

  • Question

  • Evaluating Azure CDN vs. Amazon Cloudfront. Simple question I can't seem to find a clear answer on: does Azure CDN support SSL ? With or without a custom domain name ? Thanks.
    Friday, September 24, 2010 5:09 PM

Answers

  • Hi - yeah I asked this question previously.

    the answer basically is - 

    1) custom domain names don't support HTTPS

    2) your *.blob.core.windows.net - does support 

    Of course, you need to maintain consistency for caching purposes. So basically, if you want HTTPS - and want blobs - you always must use the *.blob.core.windows.net. 

    If you want to use custom domain name - you have to include logic/scripts/files in your package for HTTPS and use HTTP for custom domain names. Yes, this means 2 separate requests for same files.

    Hope this helps.

    • Proposed as answer by SparkCode Friday, September 24, 2010 6:56 PM
    • Marked as answer by rovercloud Monday, September 27, 2010 12:19 AM
    Friday, September 24, 2010 6:50 PM

All replies

  • Hi - yeah I asked this question previously.

    the answer basically is - 

    1) custom domain names don't support HTTPS

    2) your *.blob.core.windows.net - does support 

    Of course, you need to maintain consistency for caching purposes. So basically, if you want HTTPS - and want blobs - you always must use the *.blob.core.windows.net. 

    If you want to use custom domain name - you have to include logic/scripts/files in your package for HTTPS and use HTTP for custom domain names. Yes, this means 2 separate requests for same files.

    Hope this helps.

    • Proposed as answer by SparkCode Friday, September 24, 2010 6:56 PM
    • Marked as answer by rovercloud Monday, September 27, 2010 12:19 AM
    Friday, September 24, 2010 6:50 PM
  • So to summarize: with or without custom domain names, there is no way today to do https on Azure CDN. Correct ? Would have saved me a bunch of time if the docs had just said that ;).
    Friday, September 24, 2010 7:20 PM
  • yes, that sums it up.
    Saturday, September 25, 2010 4:37 AM
  • Microsoft announced that they support SSL on Azure CDN at PDC 2010.

    http://blogs.msdn.com/b/windowsazure/archive/2010/10/28/you-spoke-we-listened-and-responded.aspx

    "CDN SSL Delivery: Users of the Windows Azure CDN will now have the capability to deliver content via encrypted channels with SSL/TLS."

    Wednesday, November 17, 2010 7:57 PM
  • Not for custom domains, which is what a lot of people are after. Hopefully not too far away.

    ta

    Padda

    Thursday, April 12, 2012 8:35 AM
  • Hello there,

    I'm facing this problem. CDN does support SSL but with their self signed certificate. Browsers give warning as untrusted certificate. So it's practically of no use. Don't know why it is taking this long for Microsoft to come up with the solution.

    Sanandan

    Sunday, March 16, 2014 8:37 AM