Client SSL certificate and xojo.net.httpsocket?

Hi,

does someone know how to use client certificates for xojo.net.httpsocket class?

Or is it missing?

Greetings
Christian

No idea ?

As far as i know, it’s not implemented.

Well, I solved it by using my CURL Plugin.
http://www.monkeybreadsoftware.net/class-curlsmbs.shtml

CURLSMBS.OptionSSLKey refers to PEM file on disk.

[quote=307288:@Christian Schmitz]Well, I solved it by using my CURL Plugin.
http://www.monkeybreadsoftware.net/class-curlsmbs.shtml

CURLSMBS.OptionSSLKey refers to PEM file on disk.[/quote]

There is a property named SSLSocket.CertificatFile which can be set if needed.

Greets
Jörg