Laerinok / VS_ModsUpdater

Easily update your favorite mods
MIT License
2 stars 3 forks source link

SSL issues on windows #43

Open Brumes-Wolf opened 2 weeks ago

Brumes-Wolf commented 2 weeks ago

When I try to use the program on a win10 PC, Every mod (Including the self update check) produces this error. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002) It seems this is generated by every network operation: wget, requests, urllib.request. Running the python directly does not change anything.

A different PC on the same network does work, so I assume the script is failing to acces the saved certs for some reason, or it disagrees with some sort of configuration on that machine.

I can bypass all but wget by settings them to not require SSL certs, and because that one actually gets the file it is kind of important.

This is a cool project, and it looks pretty good for someone new to python. If you ever want me to test anything on the cursed machine you can place a comment on this issue and if i'm available ill take a look at it.

Laerinok commented 2 weeks ago

Thank you, it will indeed be useful to help me track down the problem.

Zetabite commented 1 week ago

That is probably either to an outdated version of the libs used, or your windows install in fact not having the certificate stored