question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bypass SSL check when installing packages

See original GitHub issue

I’m working in an environment with a strict custom proxy enforcement which blocks ssl verification to many sites including package hosts. Is there a way to bypass this verification similar to how pip allows the following?

--trusted-host {host}

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
zhouzaidacommented, Jun 27, 2022

Hi @Xylobyte, we have released v0.2.0. You could upgrade your openmim by pip install -U openmim and then you can pass --trusted-host option to mim install.

1reaction
zhouzaidacommented, Jun 13, 2022

Hi @Xylobyte , thanks for your feedback and sorry for my late reply. We are refactoring the logic to install packages and then this case can be handled.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Turning SSL verification off inside download.file - Stack Overflow
It's possible to get download.file to ignore SSL issues by setting the download method to curl and specifying the appropriate flags:
Read more >
Disabling SSL verification - Conda
To disable SSL verification when using conda skeleton pypi , set the SSL_NO_VERIFY environment variable to either 1 or True (case insensitive). On...
Read more >
Four Ways to Bypass Android SSL Verification and Certificate ...
The simplest way to avoid SSL errors is to have a valid, trusted certificate. This is relatively easy if you can install new,...
Read more >
How to Ignore SSL errors for PIP installations
Install Package using the below command pip install --trusted-host pypi.org ... How to Ignore SSL errors for PIP installations.
Read more >
How to ignore invalid and self signed ssl connection errors ...
I wanted to curl command to ignore SSL certification warning. Does curl command have a --no-check-certificate option like wget command on ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found