Re: mod_ssl: http to https ErrorDocument redirect stops working when only TLSv1.2 specified

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



čt 24. 6. 2021 v 17:54 odesílatel Otis Dewitt - NOAA Affiliate <otis.dewitt@xxxxxxxx.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
 

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux