On Jul 5, 4:08 pm, Jean-Paul Calderone
wrote:
> On Jul 5, 4:52 am, Andrea Di Mario wrote:
>
> > Hi, I'm a new python user and I'm writing a small web service with ssl.
> > I want use a self-signed certificate like in
> > wiki:http://docs.python.org/dev/library/ssl.html#certificates
> > I've used
On Aug 1, 5:39 pm, Andrea Di Mario wrote:
> Thanks Thomas, it is what i'm looking for.
>
> Regards
>
> --
> Andrea Di Mario
Hi, i've a little problem, here the code that i use:
def receive_signal(signum, stack):
logging.info('Received: %s' % signum)
reacto