How do I configure Perfect Forward Secrecy in Windows Azure (OS, or Websites)

后端 未结 2 1805
北海茫月
北海茫月 2021-01-06 17:09

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

2条回答
  •  渐次进展
    2021-01-06 17:13

    I believe that forcing PFS from the server side required a registry change. This can be achieved for Web Roles using a start up script as described here

    Given the need to change the registry, I don't think this is possible for Windows Azure Websites.

提交回复
热议问题