Author Topic: Problem scraping https page  (Read 2315 times)

0 Members and 1 Guest are viewing this topic.

monkee

  • $upporter
  • Jr. Member
  • *****
  • Posts: 40
  • Karma: 4
    • View Profile
Problem scraping https page
« 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!
« Last Edit: June 27, 2019, 03:07:13 PM by monkee »

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Problem scraping https page
« Reply #1 on: June 27, 2019, 03:30:13 PM »
I'm sending you a PM...

Powers

  • Jr. Member
  • **
  • Posts: 11
  • Karma: 3
    • View Profile
Re: Problem scraping https page
« Reply #2 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

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Problem scraping https page
« Reply #3 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.

Powers

  • Jr. Member
  • **
  • Posts: 11
  • Karma: 3
    • View Profile
Re: Problem scraping https page
« Reply #4 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!