Steps to reproduce:
- Enable https with offcial docker image influxdb (2.X-alpine)
- Set https protocol in url parameter (java code)
Expected behavior:
With certificate : OK
Without certificate : SSL verification error
Actual behavior:
With http protocol : OK
Check with "curl -v https://influxdb_service:8086" : OK
With https protocol : com.influxdb.exceptions.BadRequestException (with or without certificate)
Specifications:
- Client Version: 6.12.0
- InfluxDB Version: docker image 2.7.6-alpine
- JDK Version: 11
- Platform: docker (alpine)