ms32035 / firefly-iii-client

Python client for Firefly III API. Please read .generator/Readme.md
19 stars 8 forks source link

Private Firefly instance with self signed ssl certificate #11

Closed a-waider closed 2 years ago

a-waider commented 2 years ago

Hi, I'm using a private instance of Firefly behind a https proxy. This proxy has a custom CA which need to be manually installed on the os. Now it doesn't seem to work with python so I was wondering if there is a config for disabling the certificate check in the api client.

ms32035 commented 2 years ago

This looks like a question to the openapi team if they want to implement the feature in the code generator

a-waider commented 2 years ago

After advanced search I found this setting: https://github.com/ms32035/firefly-iii-client/blob/master/firefly_iii_client/configuration.py#L155