Comment on Mozilla SSL Configuration GeneratorparentComments−damm11yhaproxy has had multiple process support for quite some time.... It does introduce some unique side effects but it's possiblealso aesni should increase your ssl handshakes (if the cpu supports it)−duskwuff11yalso aesni should increase your ssl handshakes (if the cpu supports it)SSL handshakes are primarily dependent on asymmetric key negotiation (i.e, RSA), which isn't accelerated by AESNI.
Comments
haproxy has had multiple process support for quite some time.
... It does introduce some unique side effects but it's possible
also aesni should increase your ssl handshakes (if the cpu supports it)
SSL handshakes are primarily dependent on asymmetric key negotiation (i.e, RSA), which isn't accelerated by AESNI.