You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Influxdb v2 with a https Uri seems not working.
With the same config only changing the Uri from http://<IP>:8086 to https://influx.domain.de
the one with http is working, the one with https is not working.
Manually querying the API with https://influx.domain.de/api/v2/..... works from my browser.
Because of this I think it is a bug.
Version
15.4.0
Logfile
[0d00h15m16s] 2023-12-25T14:05:49 <INF> [MAINCTRL] Round #4 started
[0d00h16m02s] 2023-12-25T14:06:35 <INF> [POSTPROC] main: Raw: 00184741.3, Value: 184741.3, Status: no error
[0d00h16m02s] 2023-12-25T14:06:35 <INF> [INFLUXDB] sending line to influxdb:water consumed=184741.3 1703509559000000000
[0d00h16m02s] 2023-12-25T14:06:35 <INF> [INFLUXDB] API URI: https://influx.domain.de/api/v2/write?org=org&bucket=watermeter
[0d00h16m02s] 2023-12-25T14:06:35 <INF> [MAINCTRL] Round #4 completed (46 seconds)
[0d00h00m13s] 2023-12-25T14:11:36 <INF> [MAINCTRL] Round #1 started
[0d00h01m00s] 2023-12-25T14:12:22 <INF> [POSTPROC] main: Raw: 00184741.3, Value: 184741.3, Status: no error
[0d00h01m00s] 2023-12-25T14:12:22 <INF> [INFLUXDB] sending line to influxdb:water consumed=184741.3 1703509905000000000
[0d00h01m00s] 2023-12-25T14:12:22 <INF> [INFLUXDB] API URI: http://<IP>:8086/api/v2/write?org=org&bucket=watermeter
[0d00h01m00s] 2023-12-25T14:12:22 <INF> [MAINCTRL] Round #1 completed (47 seconds)
Expected Behavior
Should work with both (http and https)
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
The Problem
Using Influxdb v2 with a https Uri seems not working.
With the same config only changing the Uri from
http://<IP>:8086
tohttps://influx.domain.de
the one with http is working, the one with https is not working.
Manually querying the API with
https://influx.domain.de/api/v2/.....
works from my browser.Because of this I think it is a bug.
Version
15.4.0
Logfile
Expected Behavior
Should work with both (http and https)
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: