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

Workaround various SSL related issues using JULIA_SSL_CA_ROOTS_PATH #72

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

sstroemer
Copy link
Member

This pull request includes a change to the setup_julia function in the src/iesopt/julia/setup.py file to address SSL-related issues during Julia setup.

Improvements to SSL handling:

  • src/iesopt/julia/setup.py: Added code to set the JULIA_SSL_CA_ROOTS_PATH environment variable to prevent various SSL-related issues. It includes a warning if the environment variable is being overwritten.

@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/iesopt/julia/setup.py 66.66% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/iesopt/julia/setup.py 62.92% <66.66%> (+0.13%) ⬆️

@sstroemer sstroemer merged commit 7f28ba7 into main Feb 4, 2025
5 checks passed
@sstroemer sstroemer deleted the fix-ssl-issues branch February 4, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants