Roman Ivanov created MLINKCHECK-28:
--------------------------------------

             Summary: javax.net.ssl.SSLHandshakeException : Received fatal 
alert: handshake_failure
                 Key: MLINKCHECK-28
                 URL: https://issues.apache.org/jira/browse/MLINKCHECK-28
             Project: Maven Linkcheck Plugin
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: Linux pc 4.4.0-59-generic #80-Ubuntu x86_64
            Reporter: Roman Ivanov


reproducible on CI and on ubuntu 16.04.

Link to repo: https://github.com/checkstyle/checkstyle
CI logs: https://codeship.com/projects/124310/builds/22118854

config: https://github.com/checkstyle/checkstyle/blob/master/pom.xml#L1151

It worked fine at 14:55 2017-01-26 on this CI, and failed at 17:51 2017-01-26. 
No config changes on checkstyle side, probably smth is changed on sourceforge 
side.

Command in CI:
{code}
uname -a && mvn --version && curl -I http://checkstyle.sourceforge.net/ && mvn 
clean site -Dcheckstyle.ant.skip=true -DskipTests -DskipITs -Dpmd.skip=true 
-Dfindbugs.skip=true -Dcobertura.skip=true -Dcheckstyle.skip=true && echo 
"------------ grep of linkcheck.html--BEGIN" && grep externalLink 
target/site/linkcheck.html | cat && echo "------------ grep of 
linkcheck.html--END" && RESULT=$(grep externalLink target/site/linkcheck.html | 
grep -v 'Read timed out' | wc -l) && echo 'Exit code:'$RESULT && if [[ $RESULT 
!= 0 ]]; then false; fi
{code}

Problems with following links:
https://sourceforge.net/p/checkstyle/news/feed
https://sourceforge.net/projects/checkstyle/
https://sourceforge.net/projects/checkstyle/files/checkstyle/

Curl output right after maven execution, the same in CI:
{code}
 $ curl -I https://sourceforge.net/projects/checkstyle/
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 28 Jan 2017 14:05:47 GMT
Content-Type: text/html; charset=utf-8
....
{code}

HTML Report chunk:
{code}
<td><i><a class="externalLink" 
href="https://sourceforge.net/p/checkstyle/news/feed";>https://sourceforge.net/p/checkstyle/news/feed</a>:
 javax.net.ssl.SSLHandshakeException : Received fatal alert: 
handshake_failure</i></td></tr>
<td><i><a class="externalLink" 
href="https://sourceforge.net/projects/checkstyle/";>https://sourceforge.net/projects/checkstyle/</a>:
 javax.net.ssl.SSLHandshakeException : Received fatal alert: 
handshake_failure</i></td></tr></table></td></tr></table></div>
{code} 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to