notion-search-alfred5-workflow icon indicating copy to clipboard operation
notion-search-alfred5-workflow copied to clipboard

SSL issue

Open kashour opened this issue 8 months ago • 5 comments

I'm not getting past the SSL ceritificate, as soon as i write NS i get the SSL error mentioned in the troubleshooting

Here is a script i wrote to verify certificates

import ssl import certifi

print("SSL Cert File:", ssl.get_default_verify_paths().cafile) print("Certifi Cert File:", certifi.where())

Here is the output

SSL Cert File: /Users/khalidashour/Library/Python/3.9/lib/python/site-packages/certifi/cacert.pem Certifi Cert File: /Users/khalidashour/Library/Python/3.9/lib/python/site-packages/certifi/cacert.pem

kashour avatar Jun 02 '24 20:06 kashour