čt 24. 6. 2021 v 17:54 odesílatel Otis Dewitt - NOAA Affiliate <otis.dew...@noaa.gov.invalid> napsal:
> You may be having certificate issues. Try testing the certificates first. > > # Your first error message is: AH02008: SSL library error 1 in handshake > > # Run This > openssl verify /etc/certs/localhost/host.crt > > # openssl verify /etc/certs/localhost/host.crt /etc/certs/localhost/host.crt: OK > # If you get This > error 20 at 0 depth lookup:unable to get local issuer certificate > > # Then Run this with your CA file > openssl verify -CAfile /etc/certs/CA/locate CAfile > /etc/certs/localhost/host.crt > > # openssl verify -CAfile /etc/certs/CA/localhost-hostca.pem /etc/certs/localhost/host.crt /etc/certs/localhost/host.crt: OK