HTTPAPI | version 1.24beta5 | 2009-03-01

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Post Reply
proguypro
Posts: 1
Joined: Fri Jul 08, 2022 9:44 pm

HTTPAPI | version 1.24beta5 | 2009-03-01

Post by proguypro »

Hello Skott!

First of all, THANKS!!! Your api is amazing. Here we are writing from uruguay, south america.

The problem:
Im on a AS/400 V5R4 using your HTTPAPI | version 1.24beta5 | 2009-03-01

We consume an external web service of an outside service and the problem is that this service will only accept requests from TLS1.2 since august.
It is a complex situation because TLS1.2 is not available for our system and neither with PTFs, only for V7R1.

Do you have any idea for solving this issue?


Thanks!

Juan
--
Scott Klement
Site Admin
Posts: 636
Joined: Sun Jul 04, 2021 5:12 am

Re: HTTPAPI | version 1.24beta5 | 2009-03-01

Post by Scott Klement »

Believe me, you don't want to run TLS 1.2 on v7r1, it had a lot of problems back then, and IBM only supported old/outdated ciphers.

Update to V7R3 or newer. Nothing older than V7R3 is still supported by IBM, and you don't want to be working with security-related things on an operating system that isn't supported.
Post Reply