在vb.net中使用https打开网站 [英] Open sites with https in vb.net

查看:819
本文介绍了在vb.net中使用https打开网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何打开安全的网站。我正在尝试打开网站,但它会抛出错误

''这个网站的安全证书有问题''



wbBrowser.Navigate(https:// ............)

How to open site which is secure. I am trying to open site but it throws error
''There is a problem with this website''s security certificate''

wbBrowser.Navigate("https://............")

推荐答案

安全证书问题?检查计算机的日期和时间...如果不正确,请更正并尝试加载页面...
Problem with Security Certificate? Check Your Computer''s Date and Time... If Not Correct, Correct that and Try Loading the Page...


要解决此问题,请托管安全网站的组织可以从第三方提供商为每个Web服务器购买证书。或者,组织可以在Active Directory林中安装Microsoft Enterprise证书颁发机构。然后,组织可以使用此证书颁发机构为每个Web服务器生成证书。



注意不属于该组织的客户端计算机的用户目录林可以访问证书颁发机构网站下载证书。

[答案参考 [ ^ ]]



希望它有所帮助。

--Amit
To resolve this issue, an organization that hosts the secure Web site can purchase a certificate for each Web server from a third-party provider. Or, the organization can install a Microsoft Enterprise certification authority in the Active Directory forest. Then, the organization can use this certification authority to generate a certificate for each Web server.

Note Users of client computers that do not belong to the organization''s Active Directory forest can visit the certification authority Web site to download the certificate.
[Answer Reference[^]]

Hope it helps.
--Amit


这篇关于在vb.net中使用https打开网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆