-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate verify failed #531
Comments
I am trying to use msticpy.vis.timeline. However, I am having the following error:
|
Hi @sidraaleem-eaton I am having trouble replicating this issue. |
The only thing I can think can be causing this is fetching the Bokeh JS libraries. There should be no network/https access happening otherwise during import. |
There is definitely network access during import (working in a restricted environment myself at the moment). Not sure if this is the same root cause of the above, as my error is not certificate-related, rather a total connection error, but also happening at import time. It is caused by this line in context/ip_utils.py that is triggered on import.
|
We should fix that import-time network fetch. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: