PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → EmailStartSession() fails with TLS 1.0 off
EmailStartSession() fails with TLS 1.0 off
Iniciado por Gary Williams, jul., 20 2018 8:50 AM - 2 respostas
Publicado em julho, 20 2018 - 8:50 AM
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 em julho, 20 2018 - 10:21 AM
did you try using EmailConfigure(emailParameterMode, 1), in some situations it helps
Publicado em julho, 20 2018 - 12:25 PM
Quote
Paulo

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

That fixed it!

Thanks Paulo