skybound 的 GeckoWebBrowser 给出“连接不受信任”运行 https 站点时
我正在使用 Skybound 的 GeckoWebBrowser 访问某些网站,它与 http 一起工作得很好。如果我使用带有证书的特定 https 站点,则会出现错误。“此连接不受信任”。
在我在“服务器”选项卡中添加该网站提供的证书后,该网站将通过 Firefox 打开。
但是当我使用 GeckoWebBrowser 访问该网站时,出现“此连接不受信任”错误。
我该怎么办 ?如何以编程方式使该站点受信任,或者如何以编程方式将证书添加到 GeckWebBrowser。
I am using Skybound's GeckoWebBrowser to access some site and it works fine with http. If I use a particular https site with certificate it gives error."This Connection is Untrusted".
This site is opening through Firefox after I added a certificate provided by the site in Servers tab.
But when I use GeckoWebBrowser to access this site it gives "This Connection is untrusted" error.
What do I do ? How do I make this site trusted programmatically or how do I add certificate programmatically to GeckWebBrowser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将文件 cert_override.txt 文件从 Firefox 文件夹复制到 C:\Documents and Settings\\Local Settings\Application Data\Geckofx\10902\DefaultProfile 文件夹,并且工作正常。
这是 geckowebbrowser 使用的配置文件文件夹
I copied the file cert_override.txt file from Firefox folder to C:\Documents and Settings\\Local Settings\Application Data\Geckofx\10902\DefaultProfile folder and it worked fine.
This is the profile folder used by geckowebbrowser