Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / ssl / ssl_ @ f6ea58d5

Historique | Voir | Annoter | Télécharger (2,24 ko)

# Date Auteur Commentaire
f6ea58d5 2020-10-28 16:54 Thomas Heidrich

avoid blocking in ssl_

Just in case there is a firewall dropping packages, this plugin
would block until the plugin timeout is reached. This change introduces
the possibility to configure a much lower individual timeout.

7fed3b97 2019-08-12 23:16 Lars Kruse

Fix multiple shellcheck issues

e7eb2886 2018-03-29 19:53 Lars Kruse

plugins ssl_ and ssl-certificate-expiry: various improvements

  • simplify date parsing: use "date" instead of awk's "mktime" (requires gawk)
  • simplify structure
  • use the same function (copy'n'paste) for both plugins

Closes: #893

91fe427b 2017-06-16 06:46 Olivier Mehani

[ssl_/multi_ssl] More legible cert-parsing code

Signed-off-by: Olivier Mehani <>

eaf6c2d7 2017-02-23 09:31 dipohl

Category Tree: Reduce number of categories
mogilefs -> fs (mogilefs)
moodle -> cms (moodle)
openvz -> virtualization (openvz)
wowza -> streaming (wowza)
varnish -> webserver (varnish)
xbnbt -> torrent (xbnbt)

43e67ac7 2016-08-05 00:04 Olivier Mehani

[ssl_] Can't use colon in plugin names

Signed-off-by: Olivier Mehani <>

21dfe488 2016-08-04 23:22 Olivier Mehani

[ssl_] Allow to specify ports other than HTTPS

Signed-off-by: Olivier Mehani <>

f3917e15 2013-10-03 03:50 Simon Tennant

Support SNI in the certificate checking

plugin was checking the first vhost rather than the correct vhost's ssl certificate validity.

33cf24ad 2013-08-11 02:00 Simon Tennant

more sensible subdirectory name (ssl_certificates -> ssl)