Re: [Pharo-users] SSL client certificates

2016-01-21 Thread Sven Van Caekenberghe
> On 15 Jan 2016, at 15:09, Sven Van Caekenberghe wrote: > > Wow, thanks for sharing! > > Please, please, Holger, share the new Mac SSL Plugin somewhere so that we can > test it too. (Next step is to push this change upstream in the VM). Norbert, Holger, I think an SSL Plugin for OS X based

Re: [Pharo-users] SSL client certificates

2016-01-15 Thread Sven Van Caekenberghe
Wow, thanks for sharing! Please, please, Holger, share the new Mac SSL Plugin somewhere so that we can test it too. (Next step is to push this change upstream in the VM). > On 15 Jan 2016, at 14:49, Norbert Hartl wrote: > > Hi, > >> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >> >

Re: [Pharo-users] SSL client certificates

2016-01-15 Thread Norbert Hartl
Hi, > Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : > > 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

Re: [Pharo-users] SSL client certificates

2016-01-14 Thread Norbert Hartl
> Am 14.01.2016 um 12:42 schrieb Sven Van Caekenberghe : > >> >> On 14 Jan 2016, at 12:12, Norbert Hartl wrote: >> >>> >>> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >>> >>> Given a ZdcSecureSocketStream you can access the #sslSession. In this >>> session object you can use #cer

Re: [Pharo-users] SSL client certificates

2016-01-14 Thread Sven Van Caekenberghe
> On 14 Jan 2016, at 12:12, Norbert Hartl wrote: > >> >> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >> >> 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 yo

Re: [Pharo-users] SSL client certificates

2016-01-14 Thread Norbert Hartl
> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : > > 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 kno

Re: [Pharo-users] SSL client certificates

2016-01-13 Thread Marcus Denker
Yes, I will look at existing platforms (started already in christmas holidays, will continue). Marcus > On 13 Jan 2016, at 16:34, stepharo wrote: > > Excellent idea!!! >> We should rethink "software bounties". I don't have the time to fix this but >> I'm willing to put some money on t

Re: [Pharo-users] SSL client certificates

2016-01-13 Thread stepharo
Excellent idea!!! We should rethink "software bounties". I don't have the time to fix this but I'm willing to put some money on the table to have it implemented properly. There are more people wanting to pay for features implemented. And I'm sure there are developers that would like to do it w

Re: [Pharo-users] SSL client certificates

2016-01-13 Thread Norbert Hartl
> Am 13.01.2016 um 13:59 schrieb Sven Van Caekenberghe : > >> >> On 13 Jan 2016, at 13:33, Norbert Hartl wrote: >> >> Sven, >> >>> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >>> >>> Given a ZdcSecureSocketStream you can access the #sslSession. In this >>> session object you can

Re: [Pharo-users] SSL client certificates

2016-01-13 Thread Sven Van Caekenberghe
> On 13 Jan 2016, at 13:33, Norbert Hartl wrote: > > Sven, > >> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >> >> 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 (be

Re: [Pharo-users] SSL client certificates

2016-01-13 Thread Norbert Hartl
Sven, > Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : > > 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

Re: [Pharo-users] SSL client certificates

2016-01-12 Thread Norbert Hartl
> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : > > 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 kno

Re: [Pharo-users] SSL client certificates

2016-01-12 Thread Sven Van Caekenberghe
> On 12 Jan 2016, at 16:25, Sven Van Caekenberghe wrote: > > 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 kn

Re: [Pharo-users] SSL client certificates

2016-01-12 Thread Sven Van Caekenberghe
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 L

[Pharo-users] SSL client certificates

2016-01-12 Thread Norbert Hartl
Is there a way to make SSL connections to the outside world using client certificates from pharo? thanks, Norbert