Hi,

Paypal upgraded their servers to only support TLS 1.2 and my requests to their API are broken now.

How do I force vibe.http.client.requestHTTP to use TLS1.2?
I can't find a way to do it. Do I need to create a TLS stream by hand?

Thanks
-Jonas