tenthe opened a new issue, #1670:
URL: https://github.com/apache/streampipes/issues/1670
### Body
When I used the python client with the following configuration:
```python
config = StreamPipesClientConfig(
...
https_disabled=True,
port=443
)
```
I got this error message:
```
HTTPError:
Oops, there seems to be an issue with the Python Client calling the API
inappropriately.
This should not happen, but unfortunately did.
If you don't mind, it would be awesome to let us know by creating an issue
at https://github.com/apache/streampipes.
Please paste the following information to the issue description:
```
when I changed the value of `https_disabled` to `False` everything worked as
expected.
Maybe we can change the returned error message. It should state that the
developer should check the configuration settings.
### StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes
project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]