Using the SSL module.
Trilok Tourani <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CA+9+xUab63S=0EsPyV6Tpcg=XCOy_zKwDeG0cx7F-2Mno8QL-w@mail.gmail.com> |
Can someone please tell me as to how to make a connection between a server and a client, SSL protected? I have tried using SSL.sslfile(Stdio.File demo, SSL.context ctx) function but still don't understand how to make the data going through the connection encrypted/decrypted. Regards Trilok Tourani