怎么抓取 socialbakers 网站的数据?

** 抓取https://www.socialbakers.com/statistics/facebook/pages/total/hong-kong/brands/page-1-5/数据 , 使用HttpWebRequest访问总是报错:The request was aborted: Could not create SSL/TLS secure channel.

尝试了网上写的方法,ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(AddressOf CheckValidationResult) 还是无法解决,是证书的问题吗?求大神指条明路,谢谢!****

https://blog.csdn.net/nghuyong/article/details/80389636