Maybe I'm missing something here but I get the following error
Error: -2,SSL/TLS support is not compiled!
EXCEPTION: Synapse TCP/IP Socket error -2: SSL/TLS support is not compiled!
ResultCode: 0
ResultString:
FullResult:
AuthDone: FALSE
CAn yo tell me what to do here.
Thanks
Jon
Hi Geby,
Forgive me for being a bit dim here as I'm very new to this. I have checked the openssl version and I get 1.1.1n
so I added ssl_openssl.pas from the onlinepackagemanager/packages/synapse40.1/ssl_openssl.pas to my project. Now InitSSLInterface can load the libraries.
However the the line
__SSLeayversion in InitSSLInterface on line 2036 is NULL
Now this is not your problem but XMailer uses SSLeayversion to test if the SSL is loaded and it obviously fails.
Could you suggest another way to check so I can change the code.
By the way I'm running Lazarus on a PI4.
Kindest regards
Jon
On 6 Jun 2023, at 12:04, Geby geby@users.sourceforge.net wrote:
status: open --> closed-invalid
Comment:
Not a bug. As error message says: "youtr application not have compiled support for SSL/TLS."
You must add one of SSL plugins into your project first. Take a look for unit with "ssl_" on begin of their names. It depending on available crypto libraries on your platform.
[bugs:#72] https://sourceforge.net/p/synalist/bugs/72/ Synapse 40
Status: closed-invalid
Group: SVN
Created: Mon Jun 05, 2023 04:11 PM UTC by Jon Trepte
Last Updated: Mon Jun 05, 2023 04:11 PM UTC
Owner: nobody
Maybe I'm missing something here but I get the following error
Error: -2,SSL/TLS support is not compiled!
EXCEPTION: Synapse TCP/IP Socket error -2: SSL/TLS support is not compiled!
ResultCode: 0
ResultString:
FullResult:
AuthDone: FALSE
CAn yo tell me what to do here.
Thanks
Jon
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/synalist/bugs/72/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Bugs:
#72Not a bug. As error message says: "youtr application not have compiled support for SSL/TLS."
You must add one of SSL plugins into your project first. Take a look for unit with "ssl_" on begin of their names. It depending on available crypto libraries on your platform.
Of course, OpenSSL 1.1.1 does not have function SSLeayversion at all. You must use plugin ssl_openssl11.pas instead.
However all these OpenSSL versions are outdated and deprecated, best is OpenSSL 3 with ssl_openssl3.pas plugin.
Thanks Geby,
OK I'll try that. Regarding V3 I can't install it on my PI4 as I'm running 32 bit OS. The installation fails when I run make. I don't know if it's possible to pass a parameter to make for 32 bit.
I'm looking into that.
Thanks again
Kindest Regards
Jon
On 7 Jun 2023, at 11:53, Geby geby@users.sourceforge.net wrote:
Of course, OpenSSL 1.1.1 does not have function SSLeayversion at all. You must use plugin ssl_openssl11.pas instead.
However all these OpenSSL versions are outdated and deprecated, best is OpenSSL 3 with ssl_openssl3.pas plugin.
[bugs:#72] https://sourceforge.net/p/synalist/bugs/72/ Synapse 40
Status: closed-invalid
Group: SVN
Created: Mon Jun 05, 2023 04:11 PM UTC by Jon Trepte
Last Updated: Tue Jun 06, 2023 06:34 AM UTC
Owner: nobody
Maybe I'm missing something here but I get the following error
Error: -2,SSL/TLS support is not compiled!
EXCEPTION: Synapse TCP/IP Socket error -2: SSL/TLS support is not compiled!
ResultCode: 0
ResultString:
FullResult:
AuthDone: FALSE
CAn yo tell me what to do here.
Thanks
Jon
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/synalist/bugs/72/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Bugs:
#72