Skip to content

SSL is not working anymore #66

@efferre79

Description

@efferre79

during configure phase I get:

...
checking for SSL_library_init in -lssl... no
checking for X509_free in -lcrypto... yes
checking for RAND_seed in -lcrypto... yes
-lcrypto -lcrypto -lnsl -lm
...

which results in a disabled SSL support. In fact, when running I get:

$ email ...
You have an empty email, send anyway?[y/n]: y
Enter your SMTP Password: 
email: WARNING: No SSL support compiled in. Disabling TLS.

This is because configure is looking for SSL_library_init() function not available anymore in openssl (I am using version 3.3.3).

The man page says "The SSL_library_init() and OpenSSL_add_ssl_algorithms() functions were deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl()". Now it is also removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions