mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

SSL certificate_verify_failed #128

Closed vv0rk closed 4 years ago

vv0rk commented 5 years ago

when I try upload / download settings, I has error from Sync Settings: Can't perform this action due to network errors. reason: [SSL; CERTIFICATE_VERIFY_FAILED] cetrificate verify failed (_ssl.c:548)

what I can do to resolve the error? sync.log

mfuentesg commented 4 years ago

Apparently you are using an untrusted certificate. (This error is raised by requests package).

Please. feel free to reopen this issue if you are still facing it.