Skip to content
  • Michael Hanselmann's avatar
    ganeti.http: Don't reuse key and cert objects · 65c6b8e0
    Michael Hanselmann authored
    Reusing the private key and certificate objects gave us problems. This
    patch changes the code to only cache the PEM data, but the objects
    themselves. For every socket, the private key and certificate objects
    are created again.
    
    Reviewed-by: iustinp
    65c6b8e0