Hi,
destination :
plateforme.flinteractive.frI am again confronted with a "Connection Failure statuscode : Connection Failure. Status code unavailable. header :" over a https connexion.
I did first try to use the add certificate from within the lucee administrator with no luck : "Could not obtain server certificate chain"
I then try to add it with the comand line :
openssl s_client -connect
plateforme.flinteractive.fr:443 -showcerts | openssl x509 -outform PEM >destination.crt
but add an error "verify error:num=20:unable to get local issuer certificate"
Then I downloaded the CA.crt file directly from STARTCOM : wget
https://www.startssl.com/certs/ca.crtand tried again with :
mv ca.crt ca.pem
openssl s_client -CAfile ca.pem -connect
plateforme.flinteractive.fr:443 -showcerts | openssl x509 -outform PEM >plateforme.flinteractive.fr.pem
and then :
/opt/lucee/jdk/jre/bin/keytool -import -keystore /opt/lucee/jdk/jre/jre/lib/security/cacerts -file ./plateforme.flinteractive.fr.pem -alias flinteractive -storepass changeit -noprompt
service lucee_ctl restart
but then it is still not working ...
I also tried to join the 2 certificates (CA and final) in one file and imported it with success but still not working ...
Is there a solution ???
Thanks for your help !
Stéphane
ps : this is my 4th post, none of the 3 first show up in the lucee group ...