Find answers, ask questions and become part of the Loxone Community.
Hi there, I setup a webservice to get some solar production forecast data and serve it up in a format I can read into my miniserver (v2), via Virtual Http Inputs. I already have setup another web service over https which works fine, when I came to set up the new one in my miniserver today, I am getting "SSL Write Error" in the diagnostic log, and obviously it is not pulling the data in.
It works fine over http, but I don’t want to be passing authentication data and serving results over http, that’s not best practice. The web service works perfectly in the browser, the SSL certificate is valid and shown as such in Chrome.
Here is an example of the log (anonymised):
00035232 192.168.x.xx 18:43:06.255 18:43:04.325 HTC read page 1 my.server.com /myService/
00035233 192.168.x.xx 18:43:06.256 18:43:04.326 HTC send 224 Bytes
00035234 192.168.x.xx 18:43:06.256 18:43:04.326 HTC send: GET /myService
00035235 192.168.x.xx 18:43:06.256 18:43:04.327 HTC send: Host: my.server.com
00035236 192.168.x.xx 18:43:06.256 18:43:04.327 HTC send: User-Agent: [en]
00035237 192.168.x.xx 18:43:06.256 18:43:04.327 HTC send: Content-Type: text/html; charset=utf-8
00035238 192.168.x.xx 18:43:06.258 18:43:04.328 HTC send: Connection: close
00035239 192.168.x.xx 18:43:06.258 18:43:04.328 HTC SSL Write Error
00035240 192.168.x.xx 18:43:06.258 18:43:04.329 HTC close my.server.ip.address:443
Any ideas of how to resolve this?