This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debian 10 Upgrade pop3 openssl BUG

https://community.sophos.com/utm-firewall/f/german-forum/129585/utm-debian-10-fetchmail-zertifikatskette/477437#477437

Hallo Forum,

ich habe mich der Sache mal weiter angenommen und bin der Meinung das es ein BUG von der Sophos UTM ist.

Die Zertifikatskette wird unterbrochen was openssl im fetchmail merkt aber ich kann in der UTM das originale .crt Zertifikat nicht importieren.

Das .pem kann ich importieren aber dann nicht im TLS pop3 auswählen!

Wo kann ich den BUG melden!



This thread was automatically locked due to age.
  •    Hier geht der upload nur mit Passwort welches das original crt nicht hat

    der Upload im .dem Format geht aber

      

      hier kann ich dann das Zertifikat nicht .pem auswählen!!!

  • Hallo Sinux,

    Herzlich willkommen hier in der Community !

    (Sorry, my German-speaking brain isn't creating thoughts at the moment. Frowning2)

    You have to convert the crt to a PCKS#12.  For this, you will need the Private Key from Debian.

    First, convert the certificate from .crt to PEM:

         # openssl x509 -in input.crt -inform CRT -out output.crt -outform PEM

    Next, use the openssl command to read the PEM encoded certificate(s) and key and export to a single PKCS#12 file as follows:

         # openssl pkcs12 -export -in output.crt -inkey input.key -out bundle.p12

    This can also be done in Windows by downloading the openssl executable from their website.

    MfG - Bob (Bitte auf Deutsch weiterhin.)

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Danke BAlfson!

    leider hat mir das nicht weiter geholfen ABER ich konnte der neuen fetchmail Version die Option nosslcertck eintragen und damit funktioniert es. Fakt ist das fetchmail die Unterbrechung der Zertiftkate mitbekommt und meldet, das ist richtig. Komischerweise funktioniert es in der UTM nicht genauso wie bei dem "Webprotection" und dem Browsern. Warum werden die Zertifikate für die E Mail in der "Webserver Protection" ausgewertet. Vielleicht wäre es ratsam diese in eine eigene E Mail Protection und dessen Zertifikate zu administrieren?

    Aber ob in der UTM überhaupt noch etwas außer Wartung und Pflege gemacht wird ist fragwürdig.

    Für mich bleibt die UTM aber nach wie vor die beste Security Lösung überhaupt!!!