Re: [twsocket] Fw: ICS SSL Questions

2008-09-28 Thread Arno Garrels
Arno Garrels wrote: jlist wrote: What I want to do is to avoid providing the two .pem files as separate files. Instead, I'd like to read the content of the two files and hard-code them in a string variable, or in resource. Private Key and certificate may exist in the same file. It's not a

Re: [twsocket] Fw: ICS SSL Questions

2008-09-28 Thread jlist
Thanks Arno, for the example. I'll give it a try. Private Key and certificate may exist in the same file. It's not a method in TX509Base, however you can derive your own class and add this functionality. Something like below should do the trick: -- To unsubscribe or change your settings

[twsocket] Fw: ICS SSL Questions

2008-09-27 Thread Arno Garrels
jlist wrote: Hello Arno, Thanks for the reply. 3. After I generated the cert files, HttpsTst demo worked fine. My question here is, is there an easy way to use an embedded cert and key string, as opposed to external files? I notice that the SslContext class takes file names. No way,

Re: [twsocket] Fw: ICS SSL Questions

2008-09-27 Thread Arno Garrels
Arno Garrels wrote: jlist wrote: Hello Arno, Thanks for the reply. 3. After I generated the cert files, HttpsTst demo worked fine. My question here is, is there an easy way to use an embedded cert and key string, as opposed to external files? I notice that the SslContext class takes

Re: [twsocket] Fw: ICS SSL Questions

2008-09-27 Thread jlist
Hello Arno, Usually you do not need a certificate to connect to a SSL server. Your client might however communicate with multiple servers requesting a client certificate. If that is case leave both properties unassigned and handle event OnSslCliCertRequest instead, this is demonstrated in