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

Don't log ssl cert errors in asyncio #78811

Closed
asvetlov opened this issue Sep 11, 2018 · 2 comments
Closed

Don't log ssl cert errors in asyncio #78811

asvetlov opened this issue Sep 11, 2018 · 2 comments
Assignees
Labels
3.8 only security fixes topic-asyncio

Comments

@asvetlov
Copy link
Contributor

BPO 34630
Nosy @asvetlov, @1st1
PRs
  • bpo-34630: Skip logging SSL certificate errors by asyncio code #9169
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/asvetlov'
    closed_at = <Date 2018-10-08.16:48:45.494>
    created_at = <Date 2018-09-11.16:59:29.647>
    labels = ['3.8', 'expert-asyncio']
    title = "Don't log ssl cert errors in asyncio"
    updated_at = <Date 2018-10-08.16:48:45.493>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2018-10-08.16:48:45.493>
    actor = 'asvetlov'
    assignee = 'asvetlov'
    closed = True
    closed_date = <Date 2018-10-08.16:48:45.494>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2018-09-11.16:59:29.647>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34630
    keywords = ['patch']
    message_count = 2.0
    messages = ['325032', '325180']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'yselivanov']
    pr_nums = ['9169']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue34630'
    versions = ['Python 3.8']

    @asvetlov
    Copy link
    Contributor Author

    It is reported as a regular exception, not need to log it (as we skip logging of connection errors already).

    @asvetlov
    Copy link
    Contributor Author

    New changeset 0dd7180 by Andrew Svetlov in branch 'master':
    bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
    0dd7180

    @asvetlov asvetlov added topic-asyncio 3.8 only security fixes labels Oct 8, 2018
    @asvetlov asvetlov self-assigned this Oct 8, 2018
    @asvetlov asvetlov closed this as completed Oct 8, 2018
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant