Below error encountered while downloading the World-Check premium file from internal java tool:
Error:
------
Error message: Got HTTP Response code <200> and Response message <OK> while downloading file from URL
Error Code: [0-16472] - Invalid URL
Root exception:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
Initial analysis, tried accessing using curl command and below response is received:
curl https://www.world-check.com/portal/Downloads
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Let us know in case there is a change made in download URL(https://www.world-check.com/portal/Downloads)