小编ale*_*lex的帖子

从firefox 33.0.2中的javascript清除ssl客户端证书状态(已删除专有window.crypto)

我正在寻找一种方法来清除Firefox中的SSL客户端证书缓存作为一种"注销"功能,以便服务器在下次连接时不再通过客户端证书识别我.来自clear-ssl-client-certificate-state-from-javascript的解决方案

 if (window.crypto) window.crypto.logout();
Run Code Online (Sandbox Code Playgroud)

在当前版本的Firefox中不再起作用.

使用firefox 33.0.2,删除了专有的window.crypto属性/函数

如何在当前的Firefox版本中执行此操作?

ssl firefox caching certificate client-certificates

11
推荐指数
1
解决办法
1837
查看次数

标签 统计

caching ×1

certificate ×1

client-certificates ×1

firefox ×1

ssl ×1