Hello
I use the following line to download a data set

HTML Code:
copy "https://www.inegi.org.mx/contenidos/programas/enec/2013/datosabiertos/enec_mensual_csv.zip" "data.zip"
Now i'm getting an error

HTML Code:
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
r(5100);
Any idea how to solve it

Thank you
Mike