How to disable RC4 cipher on Azure Web Roles

前端 未结 4 1958
情深已故
情深已故 2021-01-05 00:01

I have a web application that is hosted on Microsoft Azure Web-Role. How can I disable RC4 cipher?

4条回答
  •  天命终不由人
    2021-01-05 00:41

    SSL 3.0 is disabled in PaaS Guest OS images after the January release. See http://azure.microsoft.com/en-us/documentation/articles/cloud-services-guestos-update-matrix/ for more info.

    Why do you think SSL 3.0 is still enabled?

提交回复
热议问题