Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

InfluxDB with SSL

$
0
0

@TechRoach5 wrote:

I run my InfluxDB server on a different machine and I’m looking to add SSL to the communication link between the two systems.

I can use this setup just fine:

influxdb:
  host: 192.168.1.1
  port: 8086
  username: homeassistant
  password: "password"
  database: home_assistant
  ssl: false
  verify_ssl: false

I want to move it behind traefik with https and just putting it on 443. I have another device connecting to the host address below, so I know it is possible to talk with influx at that address.

This won’t connect:

influxdb:
  host: influx0.domain.com OR https://influx0.domain.com
  port: 443
  username: homeassistant
  password: "password"
  database: home_assistant
  ssl: true
  verify_ssl: false

It gives various connection errors.
I’m hoping there is a formatting issue with the hostname that will fix my issue. I just couldn’t find any examples of people using a full domain name.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles