I'm trying to set up a Gandi SSL certificate but can't get it right from firefox point of view.
I installed it on my load balancer (ELB) by converting my certificated to the pem format using the command:
openssl x509 -inform PEM -in certificate.crt
I tried to put my private certificate in the first box, my public one converted in pem received from gandi in the second one and the GandiStandardSSLCA2.pem file also received from Gandi in the certificate chain box.
It works fine on chrome and IE but firefox gives me a "sec_error_unknown_issuer" error for some reason.
I also tried to enter the chain certificate in the same box as the public certificate but the result is the same. If you want to test by yourselves, the website url is https://10loop.com Can you help please?