+1
Fixed

SSL Failure 0.99.31 on debian

Florian Reinhard 11 years ago updated by Eugene Pankov (Project coordinator) 11 years ago 0

core.py, SSLTunnel.start, i had to increase the time.sleep right before os.unlink(cfg.name) to get ssl working.

Maybe you could create the file in __init__ and delete it in __del__ otherwise you just depend on the speed of someones hardware. In case it's swapping at the time when ajenti starts that time can't be big enough ;)

Answer

Answer
Fixed

Fix committed, many thanks!