Thanks ! putting everything on the same file fixed it. :D
2014-04-29 8:50 GMT-03:00 Jarno Huuskonen <[email protected]>:
> 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
>