Downgrade mit stunnel

Aus Xinux Wiki
Version vom 15. August 2021, 17:57 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Installation= *apt install stunnel =Konfiguration= *cd /etc/stunnel *cat<<HERE >stunnel.conf <pre> debug = 7 options = NO_SSLv2 output = /var/log/stunnel.log…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Installation

  • apt install stunnel

Konfiguration

  • cd /etc/stunnel
  • cat<<HERE >stunnel.conf
debug = 7
options = NO_SSLv2
output = /var/log/stunnel.log

[http]
client = yes
accept = 0.0.0.0:80
connect = $FQDN:443
CAPath = /etc/ssl/certs/
verify = 2
HERE