[omniORB] SSL information in Python

Duncan Grisby duncan at grisby.org
Fri Feb 20 17:08:41 GMT 2004


On Tuesday 17 February, "Sander Steffann" wrote:

> Does anybody know a way to access the SSL connection info from Python? I
> would like to write an interceptor to verify the client certificate and to
> use the information in the certificate to determine if the call should be
> allowed or not.

You can't, I'm afraid. SSL information isn't currently available to
Python. If you're able to resort to C++, you could write the
interceptor in C++ and it would work for Python servers.  I'd welcome
contributions that added it to the Python binding...

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list