Search found 27 matches
- Wed Jan 28, 2026 5:33 pm
- Forum: HTTPAPI
- Topic: SSL Error Question
- Replies: 9
- Views: 37694
Re: SSL Error Question
If you click on the server/client link just above the certificates you will see all certificates in the system store.
- Wed Jan 28, 2026 5:31 pm
- Forum: HTTPAPI
- Topic: SSL Error Question
- Replies: 9
- Views: 37694
Re: SSL Error Question
Normally, what you see initially are the certs that has been imported as server/client certificates. The Populate CA link will install a selection of root-certificates and some intermediate ones as well from well known issuers. If you still have an issue it might be that you are missing an ...
- Wed Jan 28, 2026 5:17 pm
- Forum: HTTPAPI
- Topic: SSL Error Question
- Replies: 9
- Views: 37694
Re: SSL Error Question
Let's test the easy way first. In DCM - *system store you find a link "Populate with CAs". Try that one first. If that doesn't help it might be that you are missing an intermediate certificate. If you haven't made any customisations to HTTPAPI I think it's a good idea to upgrade. Just install in ...
- Wed Jan 28, 2026 5:00 pm
- Forum: HTTPAPI
- Topic: SSL Error Question
- Replies: 9
- Views: 37694
Re: SSL Error Question
What os version are running at?
- Wed Mar 26, 2025 8:08 pm
- Forum: Other ScottKlement.com Tools
- Topic: UnixCmdOA witth specific shell
- Replies: 1
- Views: 216153
UnixCmdOA witth specific shell
Hi!
I would like to use /QOpenSys/pkgs/bin/bash as shell in unixcmdoa.
There's references on a "raw" option - any examples available on how to use this?
Thanks!
Stefan
I would like to use /QOpenSys/pkgs/bin/bash as shell in unixcmdoa.
There's references on a "raw" option - any examples available on how to use this?
Thanks!
Stefan
- Sat Feb 01, 2025 2:25 pm
- Forum: HTTPAPI
- Topic: Sending XML file to Web Service
- Replies: 2
- Views: 32252
Re: Sending XML file to Web Service
Are you using the correct endpoint? It seems like a mixup of a GET with parameters and a POST.
What headers are you adding in your AddHeader procedure?
What headers are you adding in your AddHeader procedure?
- Tue Nov 26, 2024 2:27 pm
- Forum: HTTPAPI
- Topic: Unexpected error
- Replies: 2
- Views: 29242
Re: Unexpected error
One reason could be that you are not using ccsid 1208 and there are many more .....
If you suspect it's a programming error - posting the relevant code would make it easier for us to help you.
If you suspect it's a programming error - posting the relevant code would make it easier for us to help you.
- Tue Sep 10, 2024 6:18 am
- Forum: FTPAPI
- Topic: ftp_put: gsk_secure_soc_init: TLS handshake timed out.
- Replies: 3
- Views: 161465
Re: ftp_put: gsk_secure_soc_init: TLS handshake timed out.
Version 2.8 works as expected.
Big thanks for a fast and accurate reply and action.
All the best,
Stefan
Big thanks for a fast and accurate reply and action.
All the best,
Stefan
- Mon Sep 09, 2024 2:22 pm
- Forum: FTPAPI
- Topic: ftp_put: gsk_secure_soc_init: TLS handshake timed out.
- Replies: 3
- Views: 161465
Re: ftp_put: gsk_secure_soc_init: TLS handshake timed out.
Updating myself .........
ftpconn = ftp_open( %trimr( i.ftpserver ): FTP_PORT: 15: FTPS_NONE: 0: 0 );
Specifying parameter 5 and 6 as shown seems to mitigate the issue.
Eventually some confusion exists regarding parameter 3 peTLSMode and parameter 6 peTLSData in ftp_open?
all the best,
Stefan
ftpconn = ftp_open( %trimr( i.ftpserver ): FTP_PORT: 15: FTPS_NONE: 0: 0 );
Specifying parameter 5 and 6 as shown seems to mitigate the issue.
Eventually some confusion exists regarding parameter 3 peTLSMode and parameter 6 peTLSData in ftp_open?
all the best,
Stefan
- Mon Sep 09, 2024 12:29 pm
- Forum: FTPAPI
- Topic: ftp_put: gsk_secure_soc_init: TLS handshake timed out.
- Replies: 3
- Views: 161465
ftp_put: gsk_secure_soc_init: TLS handshake timed out.
Hi Scott,
I'm upgrading an old rpg-program to rpg-free and meanwhile upgrades to version 2.6 of ftpapi.
Having the same issue as previously noted in the forum, where I'm stuck in ftptcp_upgrade.
My statements involved:
ftpconn = ftp_open( %trimr( i.ftpserver ): FTP_PORT: 15: FTPS_NONE ); ( FTPS ...
I'm upgrading an old rpg-program to rpg-free and meanwhile upgrades to version 2.6 of ftpapi.
Having the same issue as previously noted in the forum, where I'm stuck in ftptcp_upgrade.
My statements involved:
ftpconn = ftp_open( %trimr( i.ftpserver ): FTP_PORT: 15: FTPS_NONE ); ( FTPS ...