Uwe Sommerlatt

Results 10 comments of Uwe Sommerlatt

I have to thank you. I used your tool for the first time today and it enabled me to fix a bug in a very short amount of time.

I can't add much to the discussion, except I see this error as well with http4s `v0.23.1` and the ember client implementation. The HTTP client is fetching data from one...

> > The service is running behind an Apache reverse proxy. > > By chance do you know if it is using HTTP/1.0 ? The response status line states it...

@RaasAhsan I was able to reproduce the issue with a static text file that is served by Apache. So it has nothing to do with the service behind the proxy....

@RaasAhsan You don't need to hurry. The server will be running anyway and most of our team is on vacation, so the server setup will probably not change within the...

I'm hitting the same problem when I try to use it with JDK 11: ``` java.lang.UnsupportedClassVersionError: de/zalando/beard/BeardLexer has been compiled by a more recent version of the Java Runtime (class...

@d-roet @matschaffer FYI: You can load unsigned plugins in production mode when you whitelist these plugins in your Grafana configuration. See the [allow_loading_unsigned_plugins][1] configuration option in the plugins section. You...

I am still getting this error with version `3.2.3` on Arch Linux. Is there something I'm missing? ``` > http --version 3.2.3 > http https://github.com http: error: SSLError: HTTPSConnectionPool(host='github.com', port=443):...

@michaelskyba Thanks! I was not aware that Arch does not support this. I have downgraded manually to `python-requests 2.32.2-1` and that fixes it for now.

I'm encountering a similar issue on two hosts running the Souin Traefik plugin. I'm currently using version `1.7.7` of the plugin with the following middleware configuration: ``` labels: - traefik.http.middlewares.cache.plugin.souin.api.souin...