Skip to content
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

Firewall is Incorrectly Configured. Calls to PyPI (via Nexus) and pip install will fail. #3694

Closed
martinpeck opened this issue Aug 31, 2023 · 0 comments · Fixed by #3698
Closed
Assignees
Labels
bug Something isn't working

Comments

@martinpeck
Copy link
Member

To fix #3651 the following PR changed the FQDNs that are registered with the Firewall #3677

This PR updated the FQDNs that the Nexus service registers with the firewall from including *pypi.org to *.pypi.org.

Unfortunately, *.pypi.org doesn't work for the root domain, which is how Nexus first tries to contact the Python package index, and this results in two things...

  1. pip install fails on all workspace VMs.
  2. Errors are seen in the Nexus admin UI saying that SSL handshakes failed

The fix is to add pypi.org (the root domain) into the FQDNs along with the *.pypi.org rule.

The work around (until this is fixed) is to add this manually:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant