Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job using tFileFetch to call a HTTPS URL and get the result (which is a XML file).
It was working well till two weeks ago.
Now, I have the following error (I have just replaced the URL) :
There isContinue_tFileFetch_1 an exception on: https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:946)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1328)
at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:702)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:502)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
at softship.extraction_navire_1_3.Extraction_Navire.tFileFetch_1Process(Extraction_Navire.java:1440)
at softship.extraction_navire_1_3.Extraction_Navire.tFileList_1Process(Extraction_Navire.java:1228)
at softship.extraction_navire_1_3.Extraction_Navire.tFileInputDelimited_1Process(Extraction_Navire.java:898)
at softship.extraction_navire_1_3.Extraction_Navire.runJobInTOS(Extraction_Navire.java:4228)
at softship.extraction_navire_1_3.Extraction_Navire.main(Extraction_Navire.java:4061)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:352)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
Do you have any idea ?
Kind regards.
My tfilefetch also did not download the file from https site. But there is no any error message. Tried with php simple save file script also not running.
It is on Ubuntu 22, do not know root of the problem. I think something related to https url