PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → EmailStartSession() fails with TLS 1.0 off
EmailStartSession() fails with TLS 1.0 off
Iniciado por guest, 20,jul. 2018 08:50 - 2 respuestas
Publicado el 20,julio 2018 - 08:50
WinDev 22 - 01A220073h

Anyone else had an email issue with WinDev error when TLS 1.0 is off?

We now have to use TLS 1.2 on Servers and need PCs to match. But when I turn off TLS 1.0 in registry we get an error when calling EmailStartSession "System error detected by WLanguage security mechanism."

Anyone know if there is a patch? or another setting? need to be able to use TLS 1.2.


Gary.
Publicado el 20,julio 2018 - 10:21
did you try using EmailConfigure(emailParameterMode, 1), in some situations it helps
Publicado el 20,julio 2018 - 12:25
Quote
Paulo

did you try using EmailConfigure(emailParameterMode, 1), in some situations it helps

That fixed it!

Thanks Paulo