Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SSLContext.Load_cert_chain non-existing filename report #144249

Open
Labels
@romuald

Description

@romuald

Feature or enhancement

Proposal:

Considering the following example

ctx=ssl.create_default_context()ctx.load_cert_chain(maybe_no_exists,maybe_not_exists_also)# -> FileNotFoundError: [Errno 2] No such file or directory

The current implementation returns a simpleNo such file or directory exception without information about the file itself

Since FileNotFoundError have a filename attribute that is correctly reported in its representation, it would be appreciable to have the filename attached to the exception being raised

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2026 Movatter.jp