We've got a server wrote in Python and runs on Gnu/Linux machines, that uses Ice as its communicator. It uses SSL to secure connections.
Both server and client have to provide their certificates. But we don't want to keep these certificates in files.
Client wrote in .Net, and I implement a version of IceSSL Plugin to use OpenSSL, and I use its `setCertificates' method to set its certifications.
On the server-side (Python) I tried the method explained in Manual: Getting IceSSL plugin from pluginManager, and calling its `setCertificates' method.
But it says: "operation `getPluginManager' not implemented".
I don't want to spend my time writing a custom plug-in in C++ for our server-side.
Is there any solution to this? If it isn't, do you have any idea about how to not keeping certificate in files?
Thank in advance.
Other info:
Ice version: 3.4.1
Language: Python
OS: Gnu/Linux (Various distros)

Reply With Quote
