You may be having certificate issues. Try testing the certificates first.# Your first error message is: AH02008: SSL library error 1 in handshake# Run Thisopenssl verify /etc/certs/localhost/host.crt
# If you get Thiserror 20 at 0 depth lookup:unable to get local issuer certificate# Then Run this with your CA fileopenssl verify -CAfile /etc/certs/CA/locate CAfile /etc/certs/localhost/host.crt