From 6be38bb4181db11b5621a24e90b9e02b36fc895f Mon Sep 17 00:00:00 2001 From: Edwin ten Haaf Date: Sat, 24 Dec 2022 14:04:46 +0100 Subject: [PATCH] Switch from non-ssl to ssl Switch to ssl --- lib/abrp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/abrp.js b/lib/abrp.js index ec2486d..46571b4 100644 --- a/lib/abrp.js +++ b/lib/abrp.js @@ -220,7 +220,7 @@ function sendTelemetry(telemetry) { } console.info('Sending telemetry to ABRP', telemetry) const url = - 'http://api.iternio.com/1/tlm/send?api_key=' + + 'https://api.iternio.com/1/tlm/send?api_key=' + encodeURIComponent(OVMS_API_KEY) + '&token=' + encodeURIComponent(token) +