Xojo.Net.HTTPSocket TLS ?

I have recently implemented Xojo.Net.HTTPSocket in my Xojo IPN lIstener program to post back in HTTP 1.1 on https. It works perfectly.

I just received a mail from Paypal, indicating the following changes for mid 2017 :

  • TLS 1.2 HTTP/1.1 requirement
  • HTTPS requirement for IPN Postback

I could not figure reading the LR if Xojo.Net.HTTPSocket supported TLS 1.2. Is it the case ?

[quote=269166:@Michel Bujardet]I have recently implemented Xojo.Net.HTTPSocket in my Xojo IPN lIstener program to post back in HTTP 1.1 on https. It works perfectly.

I just received a mail from Paypal, indicating the following changes for mid 2017 :

  • TLS 1.2 HTTP/1.1 requirement
  • HTTPS requirement for IPN Postback

I could not figure reading the LR if Xojo.Net.HTTPSocket supported TLS 1.2. Is it the case ?[/quote]

It does on OS X and I think it does on Windows and Linux.

Well, since like most web apps, my use is on Linux, this is critical for me…