SSL3 - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: SSL3 (/showthread.php?tid=3996) |
SSL3 - toujour - 15.04.2022 Hi, i have a problem with on mail account. Receive this error: error:1408F10B:SSL routinessl3_get_record:wrong version number I tried some secure type but I can't find the right mode. Can you help me ? BR, Alberto RE: SSL3 - admin - 19.04.2022 Which port number are you using? Does it actually support SSL/TLS? Try secure = "starttls" for port 587 if secure = "tlsv1_2" does not work. |