HTTPS issue for website

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
Post Reply
loonst
Posts: 1
Joined: Wed May 22, 2024 8:27 am

HTTPS issue for website

Post by loonst »

How to move my configuration from HTTP to HTTPS for all connections?

My website is based on HTTPS, so HTTP stream will be blocked.
Scott Klement
Site Admin
Posts: 693
Joined: Sun Jul 04, 2021 5:12 am

Re: HTTPS issue for website

Post by Scott Klement »

Just like in the browser, you need to start the URL with 'https://' rather than 'http://' in order for HTTPAPI to connect using TLS.
Post Reply