Skip to content

Commit

Permalink
Switch from non-ssl to ssl
Browse files Browse the repository at this point in the history
Switch to ssl
  • Loading branch information
Edwintenhaaf authored Dec 24, 2022
1 parent 5cbf84b commit 6be38bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/abrp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) +
Expand Down

0 comments on commit 6be38bb

Please sign in to comment.