InsecureRequestWarning

,

Hi,


I'm getting a warning when making a request through the ADS API as follows:


"Unverified HTTPS request is being made to host 'ads.atmosphere.copernicus.eu'. Adding certificate verification is strongly advised."


Can you help me understand why this is showing?


On a potentially linked note - the download time to get data is also extremely long. It's already taken over an our to try download 3 variables from the  'cams-global-atmospheric-composition-forecasts' database - covering 10 days and 5 lead time points and a snipped area around Europe.

How can I speed up the download of this data? Is there no bulk time series download for historical forecast data?


Best,

Alex

Hi, I got the same warning over and over again while developing with the API. It is related to the urllib3 package. Should we add a certificate somewhere or do you have to do it to suppress this warning?

As a temporary solution, I had to suppress this warning because it was obfuscating (by flooding) my own warnings, but it is not a good practice to do that so if you have another solution that would be great!

Thank you in advance,


Jonathan