Skip to content

Conversation

mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented Aug 19, 2025

While downloading the example file, if there is an urllib.error.URLError due to an SSLError, raise the underlying SSLError. For all other cases raise RemoteFileNotFoundError as before.

Example SSLError:

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)

Showing the underlying error will help users to triage connection issues in their system, e.g. the above error is due to CA certificates are not installed on the system.

Fluent bug - 1320755

@github-actions github-actions bot added the bug Issue, problem or error in PyFluent label Aug 19, 2025
@mkundu1 mkundu1 merged commit 0764f6f into main Aug 21, 2025
59 of 60 checks passed
@mkundu1 mkundu1 deleted the fix/sslerror branch August 21, 2025 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue, problem or error in PyFluent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants