Pony7 / cspoker

Automatically exported from code.google.com/p/cspoker
GNU General Public License v2.0
1 stars 0 forks source link

securing xml-rpc messages (other players can eventually cheat by sniffing the network) #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
securing xml-rpc messages (other players can eventually cheat by sniffing
the network)

Original issue reported on code.google.com by guy...@gmail.com on 21 Jul 2007 at 4:22

GoogleCodeExporter commented 9 years ago
The XML-RPC server can be set up to use SSL [1]. I don't feel like we need to
reimplement SSL in any way, we can just get an SSL certificate and run a Tomcat 
server.

[1] http://ws.apache.org/xmlrpc/ssl.html

Original comment by guy...@gmail.com on 21 Jul 2007 at 6:24

GoogleCodeExporter commented 9 years ago
Currently evaluating cspoker. Just wanted to add a +1 on SSL being the normal 
way to resolve such a requirement; this is a non-issue and should be closed as 
invalid or whatot.

Original comment by manosbat...@gmail.com on 29 Apr 2011 at 6:04