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

svn.python.org SSL certificate expired, causing test failures #70138

Closed
koobs opened this issue Dec 25, 2015 · 2 comments
Closed

svn.python.org SSL certificate expired, causing test failures #70138

koobs opened this issue Dec 25, 2015 · 2 comments

Comments

@koobs
Copy link

koobs commented Dec 25, 2015

BPO 25950
Nosy @berkerpeksag, @koobs
Superseder
  • bpo-25940: SSL tests failed due to expired svn.python.org SSL certificate
  • 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 = None
    closed_at = <Date 2015-12-25.15:24:31.242>
    created_at = <Date 2015-12-25.14:10:12.783>
    labels = []
    title = 'svn.python.org SSL certificate expired, causing test failures'
    updated_at = <Date 2015-12-25.15:24:31.230>
    user = 'https://github.com/koobs'

    bugs.python.org fields:

    activity = <Date 2015-12-25.15:24:31.230>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-12-25.15:24:31.242>
    closer = 'berker.peksag'
    components = []
    creation = <Date 2015-12-25.14:10:12.783>
    creator = 'koobs'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 25950
    keywords = []
    message_count = 2.0
    messages = ['256990', '256993']
    nosy_count = 2.0
    nosy_names = ['berker.peksag', 'koobs']
    pr_nums = []
    priority = 'high'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '25940'
    type = None
    url = 'https://bugs.python.org/issue25950'
    versions = []

    @koobs
    Copy link
    Author

    koobs commented Dec 25, 2015

    It appears all HTTPS/SSL tests that use the remote host svn.python.org are failing.

    All branch builds (tests) are currently broken on koobs-freebsd-current. I think it's the only bot that has run builds post 24th December so far.

    http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%203.5/builds/21/steps/test/logs/stdio

    Investigation reveals:

    svn.python.org uses an invalid security certificate.

    The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported.

    The certificate expired on Friday, 25 December 2015 7:28 AM. The current time is Saturday, 26 December 2015 1:01 AM.

    (Error code: sec_error_unknown_issuer)

    Have poked people in #python-infra

    @berkerpeksag
    Copy link
    Member

    Thanks koobs, this is a duplicate of bpo-25940.

    @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
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants