VoxCommando

Help and Support (Using VoxCommando) => RegEx (Regular Expressions) => Topic started by: monkee on June 27, 2019, 03:02:53 PM

Title: Problem scraping https page
Post by: monkee on June 27, 2019, 03:02:53 PM
Hi, this used to be an intermittent problem but now the scrape fails every time. 

I can access the page in my browser, no problem, but when setting the RegEx Source to the following URL I get the below error.

https://api.coinmarketcap.com/v1/ticker/litecoin/

System.Net.WebException: The request was aborted.  Could not create SSL/TLS secure channel.
  at System.Net.HttpWebRequest.GetResponse()
  at eval_.eval_(String A_0)

How can I fix this?

Thanks!
Title: Re: Problem scraping https page
Post by: jitterjames on June 27, 2019, 03:30:13 PM
I'm sending you a PM...
Title: Re: Problem scraping https page
Post by: Powers on December 14, 2020, 07:44:33 AM
@jitterjames or @monkee was there a fix for this? I am experiencing the same error

"The request was aborted: Could not create SSL/TLS secure channel"

Thank you
Title: Re: Problem scraping https page
Post by: jitterjames on December 14, 2020, 09:17:27 AM
In general there is no known issue scraping https websites.  Please provide more information about the issue you are experiencing.

In particular, what website, how are you scraping, and what version of VC are you using.

Thanks.
Title: Re: Problem scraping https page
Post by: Powers on December 18, 2020, 08:03:15 AM
good point, the details:

VC 2.3.0.4
I was trying to scrape Telegram's API

I got it to work by using "Scrape" Action. Scrape.Get/Post didn't work for me. Still playing with it, but can see the potential!