Floobits / floobits-sublime

Floobits real-time collaboration plugin for Sublime Text 2 and 3
Apache License 2.0
294 stars 31 forks source link

URGENT Error getting workspace: [CERTIFICATE_VERIFY_FAILED] unable to get local issuer certificate (_ssl.c:1124) #250

Closed plutonium-239 closed 3 years ago

plutonium-239 commented 3 years ago

I got the above-mentioned error while connecting to floobits after a month, and have no idea how to fix it. Any help is appreciated as I am in desperate need of help.

plutonium-239 commented 3 years ago

Additional Info: When I do simply this in the terminal:

import requests
import certifi

r = requests.get('https://floobits.com/')
print(r)

It gives me the same error. (Not so with something like github.com, that gives me a 200 response, which is good)

plutonium-239 commented 3 years ago

Update(from a while ago): I had 'refreshed' my sublime text installation like so, which solved the issue. Still have no idea why it was happening tho.