summaryrefslogtreecommitdiffstats
path: root/plugins/tests/certs
AgeCommit message (Collapse)AuthorFilesLines
2022-01-30sslutils: use chain from client certificatesTobias Wiese15-90/+384
sslutils used to load only the first certificate when it was given a client certificate file. Added tests for check_http to connect to a http server that expects a client certificate (simple and with chain). Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>
2020-05-15tests: update expired test certificateSven Nierlein2-34/+50
the certificate used to test expired http checks is to old to be used with recent ssl libraries and results in: > SSL routines:SSL_CTX_use_certificate:ee key too small unfortunatly the error is only visible when setting $IO::Socket::SSL::DEBUG in the check_http.t file.
2019-02-19renew test certificatesrefs/pull/1585/headSven Nierlein2-34/+50
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2009-03-06Create expired cert for testing purposes. Updated tests to checkTon Voon2-0/+36
expired and unexpired certificates
2009-03-05Added inline tests for HTTPS using HTTP::Daemon::SSLTon Voon2-0/+36