How do I configure Perfect Forward Secrecy in Windows Azure (OS, or Websites)
问题 I want to move my website to Windows Azure, but need to make sure that I'm using PFS on all my instances and roles. (regular web roles and Websites as well) How do I configure this so that each deployment is automatically configured this way? 回答1: This excellent article by André N. Klingsheim explains detailed options for hardening the SSL/TLS configuration on Windows Server and Windows Azure. This includes Disabling SSL Enabling TLS Changing Cipher Suite Priorities The author additionally