2024-03-23, 05:56 PM
(2024-03-23, 03:47 PM)TheDreadPirate Wrote: Make sure at least one of the certs in your config is a "fullchain" file.
I've changed the certs to a full chain file and changed the config to this:
Code:
SSLEngine on
#SSLCertificateFile "${SRVROOT}/conf/ssl.crt/server.crt"
SSLCertificateFile "${SRVROOT}/conf/ssl.fullchain/fullchain.pem"
SSLCertificateKeyFile "${SRVROOT}/conf/ssl.key/server.key"
#SSLCACertificateFile "${SRVROOT}/conf/ssl.crt/ca-bundle.crt"
#SSLCertificateChainFile "${SRVROOT}/conf/ssl.fullchain/fullchain.pem"
SSLLabs state this as valid, but the Android app still refuses to connect.
I had to remove the crt file, as including this resulted in cert chain error (wrong order, to many certs).