Jan. 12, 2016
3:25 p.m.
Given a ZdcSecureSocketStream you can access the #sslSession. In this session object you can use #certificateName: to set the path or name of the certificate (before you #connect !). That is the general idea. Now, I don't know if this works or not. Be prepared to look in the plugin C code! On Linux this will probably work. And please let us know how it goes ;-)
On 12 Jan 2016, at 16:05, Norbert Hartl <norbert@hartl.name> wrote:
Is there a way to make SSL connections to the outside world using client certificates from pharo?
thanks,
Norbert