You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/06/20 04:45:00 UTC

[jira] [Commented] (LUCENE-9412) Repro Jenkins jobs failing to fetch build output

    [ https://issues.apache.org/jira/browse/LUCENE-9412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140965#comment-17140965 ] 

ASF subversion and git services commented on LUCENE-9412:
---------------------------------------------------------

Commit 591d844e806c4887974d887097fe8401f66f7049 in lucene-solr's branch refs/heads/master from Mike Drob
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=591d844 ]

LUCENE-9412 Do not validate jenkins HTTPS cert


> Repro Jenkins jobs failing to fetch build output
> ------------------------------------------------
>
>                 Key: LUCENE-9412
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9412
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Mike Drob
>            Assignee: Mike Drob
>            Priority: Major
>
> We get a python SSL error when trying to fetch the output of a previous job, https://builds.apache.org/job/Lucene-Solr-repro-Java11/1163/console
> It's an easy fix to not verify the certificate on the other end, but opening this for two reasons:
> 1) maybe there is something INFRA can do w.r.t. fixing either the cert for the Jenkins machines or the accepted CAs on the python install
> 2) document it here so that when somebody looks at the code later they'll have a reference for why it looks like we're doing something insecure.
> {noformat}
> Traceback (most recent call last):
>   File "dev-tools/scripts/reproduceJenkinsFailures.py", line 309, in <module>
>     main()
>   File "dev-tools/scripts/reproduceJenkinsFailures.py", line 250, in main
>     tests = fetchAndParseJenkinsLog(config.url, numRetries = 2)
>   File "dev-tools/scripts/reproduceJenkinsFailures.py", line 132, in fetchAndParseJenkinsLog
>     raise RuntimeError('ERROR: fetching %s : %s' % (url, e))
> RuntimeError: ERROR: fetching https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/2228/consoleText : <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org