我正在尝试使用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.