Search found 3 matches

by richardchen
Fri Sep 22, 2023 8:33 am
Forum: Other ScottKlement.com Tools
Topic: How to use BASE64 decode library
Replies: 1
Views: 6023

How to use BASE64 decode library

Dear all, I run a Python program in iSeies. The pgm will communicate with a sever to process transaction data. The data has ascii and binary format. After rcv the message (bytes string), I use Python package itoolkit (based on xmlservice) to call a rpgle program as parm. Because of the binary data t...
by richardchen
Tue Sep 12, 2023 3:01 pm
Forum: HTTPAPI
Topic: GSKit Codepage issue
Replies: 3
Views: 9879

Re: GSKit Codepage issue

The final release for iSeries was V5R4. Perhaps you are running IBM i 7.4? Yes. Yes, it doesn't recognize the TLS version and/or cipher suite that the remote site is using. That's why it says "peer not recognized." It could also mean that the remote site is trying to use plain (unencrypte...
by richardchen
Fri Jun 23, 2023 1:37 am
Forum: HTTPAPI
Topic: GSKit Codepage issue
Replies: 3
Views: 9879

GSKit Codepage issue

Dear all, Greeting. I am working on iSeries V7R4. Recently I need to implement TLS 1.2 over TCP/IP for an Internet URL. The infra looks like: iSeries -> SOCKS5 -> Proxy Server -> Internet -> Vendor URL I implement SOCKS5 protocol with a C program. Then user GSKit to secure the channel. Handshake fai...