enable ssl protocol to the ice endpoints #2471
Replies: 3 comments 40 replies
-
Ice 3.4 is quite old, you need to upgrade to 3.7. Using SSL is a matter of adding an SSL endpoint, and configuring IceSSL plug-in: See 3.4 docs and demo applications |
Beta Was this translation helpful? Give feedback.
-
If you are using the Ice.Application class as show in the stack above, the configuration file used to create the communicator can be passed as an argument to Application.main |
Beta Was this translation helpful? Give feedback.
-
It would be simpler if you upload a zip file with the code that demostrate the problem, so we can take a look. otherwise is difficult to diagnose the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi our application is using Ice3.3.1 and 3.4.2(due to the linux versions) with the tcp protocols, below is our configuration
now we want to make it work with SSL protocol, can this be possible, if yes how we need to implement the solution?
Beta Was this translation helpful? Give feedback.
All reactions