Closed bzgec closed 11 months ago
Possible fix for #4 (Self Signed Certs?).
I also did some cleanup, added Path() to some places (failed otherwise, don't know the reason but I am using Python 3.10.4 and .venv instead of poetry).
Path()
Python 3.10.4
.venv
poetry
probably superseded by #20 but i would still consider this a Bad Idea.
@bzgec Thanks for your contribution. A --skip-verify flag has now been added in v0.2.5
--skip-verify
Possible fix for #4 (Self Signed Certs?).
I also did some cleanup, added
Path()
to some places (failed otherwise, don't know the reason but I am usingPython 3.10.4
and.venv
instead ofpoetry
).