Search found 3 matches

by dstrawn
Wed Dec 08, 2021 2:16 pm
Forum: HTTPAPI
Topic: TLS Protocol
Replies: 4
Views: 13013

Re: TLS Protocol

Got it! thanks!
by dstrawn
Tue Dec 07, 2021 9:40 pm
Forum: HTTPAPI
Topic: TLS Protocol
Replies: 4
Views: 13013

Re: TLS Protocol

Scott,
the https_init prototype in HTTPAPI_H only has 3 parms in the version we have...
D https_init PR 10I 0
D peAppID 100A const
D peSSLv2 1N const options(*nopass)
D peSSLv3 1N const options(*nopass)
D peTLSv1 1N const options(*nopass)
Do we have a really old version?

When calling it we ...
by dstrawn
Mon Dec 06, 2021 8:53 pm
Forum: HTTPAPI
Topic: TLS Protocol
Replies: 4
Views: 13013

TLS Protocol

How do you change the TLS version in the https_init procedure or does it just work with 1.0?