Archived Forum Post

Index of archived forum posts

Question:

vb6 TLS 1.2 http control

Jun 30 '16 at 18:31

Do you have a control (Active X) or other for VB6 that can make http calls on XP machines using TLS 1.1 or 1.2?


Answer

Yes, the Chilkat ActiveX contains many classes/objects, and anything having to do with TLS is capable of using TLS 1.1 and 1.2 (by default) on any Windows machine (and on any supported operating system, such as Linux, Android, Solaris, Mac OS X, iOS, etc.)

You would use either Http or Rest. See
https://www.chilkatsoft.com/refdoc/xChilkatHttpRef.html
and
https://www.chilkatsoft.com/refdoc/xChilkatRestRef.html