Search found 5 matches

by ingo
23 Apr 2019 10:25
Forum: Discussions in English
Topic: custom module tcp tls socket
Replies: 8
Views: 5570

Re: custom module tcp tls socket

hi, we have moved the module to a new raspberry with a new zway installation. there we have no problems. maybe the update on the old raspberry didn't update all dependencies? thank you for the help. P.S.: the tcp://echo.websockets.org address you used should be rejected by the version i linked (expe...
by ingo
15 Apr 2019 11:23
Forum: Discussions in English
Topic: custom module tcp tls socket
Replies: 8
Views: 5570

Re: custom module tcp tls socket

you can find the module at https://github.com/SENERGY-Platform/zway-connector/tree/756ccfaf3324409e3edc228b378cbbfd7e1c989e/SenergyConnector i doubt that this will really be helpful though. it has become quite messy in my attempt to debug it. error description: - before each ws-connection: https req...
by ingo
12 Apr 2019 12:52
Forum: Discussions in English
Topic: custom module tcp tls socket
Replies: 8
Views: 5570

Re: custom module tcp tls socket

as alternative for the tls connection i tried to use ws/wss connections. but i think i have the same problem as in https://forum.z-wave.me/viewtopic.php?f=3419&t=24524 after a ws disconnect, https requests return {"status":-1,"statusText":"Out of memory"}} is there ...
by ingo
04 Apr 2019 12:19
Forum: Discussions in English
Topic: custom module tcp tls socket
Replies: 8
Views: 5570

custom module tcp tls socket

Hi,

i try to develop a custom module with a secure communication to a external server. the js-engine does unfortunately not support tls/ssl as far as i know. is there a way to get tls encrypted connections without changing the code base of zway?