Hi, On Tue, Apr 29, david rene comba lareu wrote: > Hi, > > for some reason, i can't install the CA certificate correctly in haproxy > > my config is like this: > > bind *:443 ssl crt /home/scripts/CA/www.domain.com.pem ca-file > /home/scripts/CA/rapidsslCA.crt > > i already tried with the primary intermediate CA and the bundled PEM > version found at here: > > https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=AR1548&actp=LIST&viewlocale=en_US
Are you trying to authenticate clients (with client certs) or just have haproxy present whole certificate chain on port 443 ? If not trying to authenticate clients: Have you tried putting whole cert chain (crt /path/to/<cert+privkey+intermediate>.pem (and possibly dhparams)) in www.domain.com.pem file. (http://www.mail-archive.com/[email protected]/msg13505.html) -Jarno

