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
I am currently using the verify_ssl parameter that was implemented in the current master branch by the feature request from: #134.
Proposal:
A verify_ssl option should be added to the InfluxDbClient.from_config_file method.
Current behavior:
The verify_ssl option in the config file is ignored which results in an error further down the line when an self signed certificate is used.
Desired behavior:
InfluxDbClient.from_config_file recognizes the verify_ssl option and sets the parameter accordingly
Alternatives considered:
I have tried the following code with no success:
I am currently using the verify_ssl parameter that was implemented in the current master branch by the feature request from: #134.
Proposal:
A verify_ssl option should be added to the InfluxDbClient.from_config_file method.
Current behavior:
The verify_ssl option in the config file is ignored which results in an error further down the line when an self signed certificate is used.
Desired behavior:
InfluxDbClient.from_config_file recognizes the verify_ssl option and sets the parameter accordingly
Alternatives considered:
I have tried the following code with no success:
Use case:
InfluxDBCLient.from_config_file is not usable with a self signed certificate
The text was updated successfully, but these errors were encountered: