Unable to bypass SSL certificate verification failure

166 Views Asked by At

Attempting to run the following line of code:

data <- dataset_cifar100("fine")

results in:

Error: Exception: URL fetch failure on https://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz: None -- [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)

I've tried:

set_config( config( ssl.verifypeer = 0L ) )

and various other similar commands to no avail.

I've also tried manually downloading and loading the dataset from the binaries, but I'm running into trouble there as well, and I'd much prefer to do it the easier way.

0

There are 0 best solutions below