You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, Windows uses backslashes (\) for path separators, not forward slashes (as hard-coded above) which results in this code triggering an invalid path error.
This line should be altered to provide an OS-agnostic path that works in all environments.
The text was updated successfully, but these errors were encountered:
This line assembles the path to the certificates bundle included with the library:
However, Windows uses backslashes (
\
) for path separators, not forward slashes (as hard-coded above) which results in this code triggering an invalid path error.This line should be altered to provide an OS-agnostic path that works in all environments.
The text was updated successfully, but these errors were encountered: