Rank: Newbie Groups: Member
Joined: 7/28/2008 Posts: 1 Points: 3 Location: US
|
Hello,
Does XF handle encrypted traffic? I would like to test XF.Server as a host server that serves content to clients with certificates. Is this possible?
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
Yes, that's possible. You need implement Stream using IConnection. After that you may pass it to SslStream.
|