mardi 24 décembre 2019

Wolfram Mathematica import data from https website

Good morning,

I apologize for question banality but I have been getting to programming just recently.

I tried to import data from the following website

https://www.soccerstats.com/results.asp?league=england_ 2019

by using the following command on Mathematica

Import["https://www.soccerstats.com/results.asp?league=england_2019","Data"]

and this error happens:

ExternalServiceSecuritySetSSLProperties::tsfail: SSL truststore failure: Could not create default trust store. FetchURL::conopen: The connection to URL https://www.soccerstats.com/results.asp?league=england_2019 cannot be opened. If the URL is correct, you might need to configure your firewall program, or you might need to set a proxy in the Internet connectivity tab of the Preferences dialog (or by calling SetInternetProxy). For HTTPS connections, you might need to inspect the authenticity of the server's SSL certificate and choose to accept it.

It seems related to "https" website protocol, because by trying with any "http" kind the command works.

Any solution to bypass it in order of obtaining data?

Thank you for your time




Aucun commentaire:

Enregistrer un commentaire