Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Fellows,
I face weird problem building job with tFileFetch.
It is work good to retrieved from HTTP url (Linux & windows) and did download file (JSON), but it is failed when I try to retrieved from HTTPS url (on Linux server)
Note:
I appreciate any suggestion to solve this problem
Hello,
What's error are you getting when using tFileFetch https url on linux? No any error message?
Best regards
Sabrina
There is no error message. The indicator are:
It did work if you change the url to http site.
Hello @DiliTimor
Perhaps is there any missing double-quotes between your url itself when execute your command on Linux?
Best regards
Sabrina
Dear Sabrina
As you see at my attached screenshoot, I am sure there is no missing double-quotes.
To trace where it when wrong, I was build simple php script to perform download from that https site and run it on server. the result is:
PHP Warning: file_get_contents(https://peta-maritim.bmkg.go.id/public_api/perairan/H.07_Samudera%20Hindia%20selatan%20Jawa%20Tengah.json): Failed to open stream: operation failed
Note:
Those php script and talend job were running well on windows.