damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL Mismatch

pleappleappleap opened this issue · comments

I have a corporate proxy server which performs a MITM on SSL connections. When using pip, I have to specify the --trusted-host option on the command-line to bypass the SSL certificate check. This option does not seem to be available on pigar. Thanks for reading.