在Domino LotusScript中读取远程HTTPS URL

时间:2014-07-26 17:49:50

标签: lotus-domino lotusscript lotus

当我使用set doc = db.GetDocumentByURL(url,1,1 ,,,,, False)获取http下的页面/文件时,它成功地将网页/文件作为Notes文档返回。

但是当我使用set doc = db.GetDocumentByURL(url,1,1,username,password ,,, False)来获取https 下的 ssl页面/文件时,其中url就像“ https://docs.google.com/document/d/xxxxoooo/edit“,它失败了,远程控制台显示错误消息:

SSL错误:密钥环文件访问错误

连接中断:SSL错误:远程证书错误或丢失

db.GetDocumentByURL()无法访问ssl页面/文件吗?我该怎么办?

1 个答案:

答案 0 :(得分:1)

假设您使用的是Windows - 请确保IE可以打开该页面。我已经看到这个问题,以防服务器的SSL证书是自签名的,并在IE中安装它解决了这个问题。