本文介绍了在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://............")
推荐答案
这篇关于在vb.net中使用https打开网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!