gpt4 book ai didi

java - 确定 FirefoxProfile 是否接受不受信任的证书

转载 作者:太空宇宙 更新时间:2023-11-04 12:33:07 24 4
gpt4 key购买 nike

如何检查 Firefox 配置文件是否接受不受信任的证书?

我知道你可以使用如下代码将其设置为真/假:

    FirefoxProfile profile = new FirefoxProfile();
profile.setAcceptUntrustedCertificates(false);

但是如何确定 FirefoxProfile 的设置是什么?

最佳答案

引自docs :

public void setAcceptUntrustedCertificates(boolean acceptUntrustedSsl)

Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown authority or are generally untrusted. This is set to true by default.

因此,除非您将其更改为 false,否则它已经为 true,并且通过代码,人们应该在使用控件时知道该标志是否已更改。

关于java - 确定 FirefoxProfile 是否接受不受信任的证书,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37620090/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com