Skip to content

influxdb-client-java doesn't support https connection #757

@SimonDevHub

Description

@SimonDevHub

Steps to reproduce:

  1. Enable https with offcial docker image influxdb (2.X-alpine)
  2. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions