0

In very short, how can I show the visitors of my website with a message if their browser/client doesn't support any of the TLS cipher-suite enabled on the application web server?

I have an existing web-application that attracts a lot of users. Due to security reasons, I want to enable only certain secure ciphers on the webserver and disable all weak TLS ciphers. This will possibly restrict some users to access my website if their browser doesn't support any of the allowed ciphers. In such a case, I want to show a friendly message to those users on their browser, instead of any default message from the browser.

我能想到的一种方法是: 在用户访问我的网站时向他们显示一个弹出窗口。我不确定是否还有其他更好的方法可以实现这一目标。因此,我正在寻求一些解决方案来实现被广泛使用和接受的预期结果。

4

0 回答 0