Error while using rvest

Hi everyone, I would like to scrap this website (Nachoeigu : Activity • lichess.org) in order to analyze my performance on Lichess.

But, when I use the rvest package, I receive an error. Could you help me?

Here the problem:

> me <- read_html("https://lichess.org/@/Nachoeigu")
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).```

Hi, I didn't found any problem when ran your code

rvest::read_html("https://lichess.org/@/Nachoeigu")
#> {html_document}
#> <html lang="en-GB">
#> [1] <head>\n<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 ...
#> [2] <body class="light brown Woodi Basic coords-in" data-vapid="BGr5CL0QlEYa7 ...

Created on 2021-04-14 by the reprex package (v2.0.0)

Hi, Aephiday. Thank you for your answer.

I tried in two differents computers and I received the same error. As well, when I try other websites, I can scrap them. I don t know if its my problem or if the website has something about security.