[omniORB] omniORBpy + SSL

Nick Murtagh murtaghn@tcd.ie
Wed, 13 Mar 2002 18:35:51 +0000


On Wednesday 13 March 2002 18:30, Duncan Grisby wrote:
> Almost. If you are able to initialise the SSL things (certificates,
> etc.), omniORBpy will happily use the SSL transport. Unfortunately,
> you can't initialise the SSL things. Not from Python, anyway. I
> haven't got around to exposing a Python API to the SSL set-up. If you
> write a little Python extension module in C++ that initialises the
> things you need, it should work OK.

Basically you would need to expose the sslContext::* stuff, right?
I might have a go at this myself.

Nick