PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → EmailStartSession() fails with TLS 1.0 off
EmailStartSession() fails with TLS 1.0 off
Débuté par Gary Williams, 20 juil. 2018 08:50 - 2 réponses
Posté le 20 juillet 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.
Posté le 20 juillet 2018 - 10:21
did you try using EmailConfigure(emailParameterMode, 1), in some situations it helps
Posté le 20 juillet 2018 - 12:25
Quote
Paulo

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

That fixed it!

Thanks Paulo