Re: Securing a multiprocessing.BaseManager connection via SSL

2009-11-24 Thread Xavier Sanz
I recommend u to test it before use it in production environment. On 24 nov, 22:45, Xavier Sanz wrote: > Hi Jonas > > I've having same need so i found a solution but you need to hack a bit > > I am using python 2.6.3 but i suppose it could be applicable to your > case. >

Re: Securing a multiprocessing.BaseManager connection via SSL

2009-11-24 Thread Xavier Sanz
Hi Jonas I've having same need so i found a solution but you need to hack a bit I am using python 2.6.3 but i suppose it could be applicable to your case. First of all u need to edit /usr/lib/python2.6/lib/python2.6/ multiprocessing/connection.py This is mine: # # A higher level module for usi