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

[FIX][GWELLS-2226] fix docker compose is generating an error in local #2227

Merged

Conversation

acatchpole
Copy link
Contributor

Pull Request Standards

  • The title of the PR is accurate
  • The title includes the type of change [HOTFIX, FEATURE, etc]
  • The PR title includes the ticket number in format of [GWELLS-###]
  • Documentation is updated to reflect change [README, functions, team documents]

Description

When running docker-compose up in local, the following error is generated in the backend container : Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852) , and the backend does not run.

This PR includes the following proposed change(s):

  • One solution is to add trusted host flags when upgrading pip seen here. As manually assigning trusted hosts is not an ideal solution,
    a solution was found that did not require their use.

app/frontend/package-lock.json Show resolved Hide resolved
@LocalNewsTV LocalNewsTV reopened this May 13, 2024
Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@fergmac fergmac self-requested a review May 14, 2024 17:25
@fergmac fergmac merged commit 69b2430 into release May 14, 2024
9 checks passed
@fergmac fergmac deleted the 2226-fix-docker-compose-is-generating-an-error-in-local branch May 14, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] Docker-compose is generating an error in local
4 participants