2014年5月15日星期四

IE10打开自发证书网站时找不到“继续浏览此网站(不推荐)。 ”此选项时的解决方法

I recently updated to Internet Explorer 10 (Windows 7 64bit) and when I browsed to a website with a security certificate problem: “There is a problem with this website’s security certificate.”, the “Continue to this website (not recommended).” option was missing!!!
The issue here is that Microsoft restricted access to pages which are using a key using less than 1024 bits for protection. Some Oracle product using websites (including Oracle VM Manager) are still using this!

Less than 1024 key restriction

After browsing around on the internet I found a Microsoft Knowledge Base article about an advise to block the use of RSA certificates that have keys that are less than 1024 bits long… :http://support.microsoft.com/kb/2661254
To skip all the text on this page to the command one needs to unblock this restriction and for example set the minimum key length to 512; run the following in a elevated command line (cmd.exe ‘run-as-administrator’):
certutil -setreg chain\minRSAPubKeyBitLength 512
Now the “Continue to this website (not recommended).” is back!



也就是以管理员身份运行

certutil -setreg chain\minRSAPubKeyBitLength 512


就可以了

没有评论:

发表评论

在PVE使用虚拟 USB 存储设备 + ARPL 引导 DSM

  部分内容来自: https://blog.myds.cloud/archives/synoboot-usb-image-in-pve-virtual-machine.html 虚拟机建好之后,打开配置文件 nano /etc/pve/qemu-server/100.conf ...