Posts: 43
Threads: 8
Joined: Mar 2020
Reputation:
0
Hello,
I have changed to mail server from gmail to the customer account and I get below error.
* arg: 1
* nil
* arg: 2
* string: wantread
What does it mean?
Thanks.
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
wantread is an SSL-related message. What firmware version and which email provider are you using?
Posts: 43
Threads: 8
Joined: Mar 2020
Reputation:
0
Hi admin,
exc
firmware version is SW: 20191015. They are using microsoft exchange server for mail accounts and created an account for logic machine.
Also I have tried with gmail smtp and I get below error;
* arg: 1
* nil
* arg: 2
* string: timeout
Posts: 43
Threads: 8
Joined: Mar 2020
Reputation:
0
Hi admin,
The log for gmail is:
"Event for Mail (32/1/39) 27.11.2020 22:54:47
* arg: 1
* string: connect
* arg: 2
* nil
* arg: 3
* string: timeout"
The log for local account;
"Event for Mail (32/1/39) 27.11.2020 23:01:10
* arg: 1
* string: connect
* arg: 2
* number: 1
* arg: 3
* nil
Event for Mail (32/1/39) 27.11.2020 23:01:10
* arg: 1
* string: wrap
* arg: 2
* SSL connection: 0xb6f0eda8
* arg: 3
* nil
Event for Mail (32/1/39) 27.11.2020 23:01:10
* arg: 1
* string: handshake
* arg: 2
* bool: true
* arg: 3
* nil
Event for Mail (32/1/39) 27.11.2020 23:01:15
* arg: 1
* string: receive
* arg: 2
* nil
* arg: 3
* string: wantread
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
The first error means that LM cannot connect to gmail at all. It might be caused by router/firewall or simply incorrect/missing gateway and DNS settings in LM.
The second error means that the mail server is not sending enough data for the encryption layer to decrypt. Have you tried your local server without encryption? Set port to 25 and comment or remove "secure" line from the mail settings.
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Are you using my test script? Does it get to the dohandshake or receive part?
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Have you checked if there's a newer firmware available? This issue might also be caused by an old SSL library.