Re: [twsocket] SslWSocketServer

2015-04-03 Thread Tony Caduto
Why don't you store it as a resource and use a resource stream? On Apr 3, 2015 7:50 AM, COX Geoff g...@cilasoft.com wrote: Hello, I am having a couple of issues with trying to use a SSL connection. The scenario: My app is a TCP/IP server which can use (or not) an SSL connction. For this I

Re: [twsocket] SslWSocketServer

2015-04-03 Thread Angus Robertson - Magenta Systems Ltd
But, the server private key, must be present as a file on the local PC running the application. This means that the private key is anything but. Currently, SslContext only reads keys and certificates from files, not streams or anything else. That was how I added DHParams last month, but in

Re: [twsocket] SslWSocketServer

2015-04-03 Thread COX Geoff
@lists.elists.org Subject: Re: [twsocket] SslWSocketServer But, the server private key, must be present as a file on the local PC running the application. This means that the private key is anything but. Currently, SslContext only reads keys and certificates from files, not streams or anything else