open.connection(x,“ rb”)中的错误:致命的SSL / TLS警报

时间:2018-10-20 10:30:14

标签: r rvest

我正在尝试使用rvest软件包抓取以下文件:

page <- read_html("https://www.gutenberg.org/files/55560/55560-0.txt")

但是,出现以下错误:

Error in open.connection(x, "rb") : 
schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log.

0 个答案:

没有答案