Thingworx connecting to Raspberry Pi
Hi, i am trying for quite some time to get my raspberry pi connected to TW using kwyboard and mouse.
i am getting this errors
[DEBUG] 2019-06-02 23:16:40,32 SDK: twTlsClient_Connect: Connecting to server
[ERROR] 2019-06-02 23:16:40,43 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol.
[ERROR] 2019-06-02 23:16:40,43 SDK: Error intializing SSL connection
[ERROR] 2019-06-02 23:16:40,43 SDK: twWs_Connect: Error restarting socket. Error 0
[DEBUG] 2019-06-02 23:16:45,44 SDK: twTlsClient_Reconnect: Re-establishing SSL context
[DEBUG] 2019-06-02 23:16:45,44 SDK: twTlsClient_Connect: Connecting to server
[ERROR] 2019-06-02 23:16:45,57 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol.
and i am using this config.json file
{
"ws_servers": [{
"host": "192.168.1.206",
"port": 80
}],
"http_server": {
"host": "127.0.0.1",
"port": 8080,
"ssl": false,
"authenticate": false
},
"appKey": "a35939d3-4410-463b-aa7e-d4537c5d5e76",
"logger": {
"level": "DEBUG"
},
"certificates": {
"validate": false,
"allow_self_signed":true
},
"ws_connection": {
"encryption": "ssl",
"verbose": true,
"msg_timeout": 1000
}
}
i would like to mention that i can connect to the TW instance from the raspberry pi but i cannot get the EMS connected and i dont know ehy 😞

