Archived

This forum has been archived. Please start a new discussion on GitHub.

C# and ICE SSL (ice 3.1/.net 2.0)

I am trying to get an ICE service working with SSL.
I am using C# .NET 2.0 and Ice 3.1, and VS 2005
Has anyone implemented ICE 3.1 with C# and SLL?

What dll does one point to with the Ice.Plugin.IceSSL property?
Also I am using Ice-3.1.0-VC80, I assume that is correct.

I am wondering how to get this working, any advice greatly appreciated.

Thanks,
Powell

Comments

  • Opps!
    I just RTFM, section on IceSSL.
    Answered my question aboutthe dll to use, which is Ice.Plugin.IceSSL=C:/Ice/bin/icesslcs.dll:IceSSL.PluginFactory

    Still wonder if anyone has successfully implemented Ice SSL with C#.

    Thanks,
    Powell
  • SSL works fine with C#. If you want a test case, grab the source distribution, build icecs, and run the SSL tests. Do you have any specifc problem with it?

    Cheers,

    Michi.