KpEmail TLS 1.2

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10370
    roska
    Participant

    My Email Provider stopped supporting TLS 1.1 or lower this month, and now I don’t receive any emails.

    Im running Scada Mono on a Raspberry Pi, version of the Server is 5.1.3.0, Version of communicator is 5.2.1.0

    error message in the line.log is:
    2022-06-21 14:04:08 Command to the Device 41 “Email sender”, type: KpEmail
    Error sending email to asdf@provider.net: Message could not be sent.

    the OS (raspbian) and openssl are up to date and support TLS 1.2 and 1.3

    is TLS 1.3. or 1.2 supported in newer versions of Rapid Scada?

    #10372
    Mikhail
    Moderator

    As I understand, TLS version depends on the framework version.
    Link 1 is about .NET for Windows
    Link 2 is about Mono Framework for Linux

    What Mono version is installed?
    To check, execute
    mono --version

    #10373
    Mikhail
    Moderator

    Alternatively, consider sending notifications by Telegram messenger.

    #10376
    roska
    Participant

    I had already upgraded to the latest version 6.12.0.182, but it didn’t solve the problem.
    I installed the telegram driver, this is working. Thanks for your support.

    #10377
    Mikhail
    Moderator

    There is a magic command that I use sometimes to fix SSL issues:
    sudo apt-get install --reinstall ca-certificates

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.