Hi Dino,
After a good Christmas holiday I could solve the problems:
1- Connection timed out was a firewall issue, after that I got the second issue:
2- Error sun.security.validator.validatorexception. This error accured dou to https lack of certificate in JDK. To resolve this problem:
a- Download ...
Search found 5 matches
- Tue Dec 29, 2020 10:23 am
- Forum: Questions & Answers
- Topic: How to download zip file from a public URL
- Replies: 8
- Views: 14011
- Wed Dec 23, 2020 11:23 pm
- Forum: Questions & Answers
- Topic: How to download zip file from a public URL
- Replies: 8
- Views: 14011
Re: How to download zip file from a public URL
Thank you very much Dino,
It doesn't work on my Windows Server, I get "ERROR Connection timed out: connect". We have Windows Server 2008 with Lansa V13.
I don't know if there are other considerations related to "Java Virtual Machine" or some security issues.
Thank you very much again and I wish ...
It doesn't work on my Windows Server, I get "ERROR Connection timed out: connect". We have Windows Server 2008 with Lansa V13.
I don't know if there are other considerations related to "Java Virtual Machine" or some security issues.
Thank you very much again and I wish ...
- Tue Dec 22, 2020 7:57 pm
- Forum: Questions & Answers
- Topic: How to download zip file from a public URL
- Replies: 8
- Views: 14011
Re: How to download zip file from a public URL
Thank you Dino,
Your code is working just fine with http, I tried it and it works perfect. But when it comes to https it doesn't work also with some modification like this "HOST(*HOST)" becaouse I couldn't get SNI to find value of "SNISERVER"
Change Field(#JSMCMDX) To('SEND HOST(*HOST) SECURE(*Yes ...
Your code is working just fine with http, I tried it and it works perfect. But when it comes to https it doesn't work also with some modification like this "HOST(*HOST)" becaouse I couldn't get SNI to find value of "SNISERVER"
Change Field(#JSMCMDX) To('SEND HOST(*HOST) SECURE(*Yes ...
- Sat Dec 19, 2020 12:13 am
- Forum: Questions & Answers
- Topic: How to download zip file from a public URL
- Replies: 8
- Views: 14011
Re: How to download zip file from a public URL
Thank you Dino, it should work as you described. I think I have some issues to solve before it works.
When I am executing this line:
Change Field(#JSMCMDX) To('SEND HOST(https://www.afm.nl) SECURE(*YES) URI(/export.aspx?fdregister=1) HANDLER(OUTBOUNDFILE) CONTENT(*ZIP) METHOD(GET) WAIT(*YES)')
Use ...
When I am executing this line:
Change Field(#JSMCMDX) To('SEND HOST(https://www.afm.nl) SECURE(*YES) URI(/export.aspx?fdregister=1) HANDLER(OUTBOUNDFILE) CONTENT(*ZIP) METHOD(GET) WAIT(*YES)')
Use ...
- Wed Dec 16, 2020 7:31 pm
- Forum: Questions & Answers
- Topic: How to download zip file from a public URL
- Replies: 8
- Views: 14011
How to download zip file from a public URL
Dear colleagues,
While I am changing the source code of one reusable part (LANSA V13), I found that there is an executable (none Lansa) has been used to download a zip file from a public URL. I am wondering if it is possible to download this zip file with Lansa code only. If that is possible, would ...
While I am changing the source code of one reusable part (LANSA V13), I found that there is an executable (none Lansa) has been used to download a zip file from a public URL. I am wondering if it is possible to download this zip file with Lansa code only. If that is possible, would ...