hyperium / hyper-tls

Apache License 2.0
189 stars 95 forks source link

"decoding error" while Client request on MACOS #98

Open DragisBlade opened 1 year ago

DragisBlade commented 1 year ago

I am new to GitHub and I hope that I do this here is correct? I currently tracking down a very strange issue with HTTPS-Client requests on MACOS.

I am using Warp and Hyper-Client to create a Webserver and another Backend-Application calling that Webservers interface. Actually, everything works well, on windows, and linux, even on macos.

But as soon as I execute a HTTPS-Call from within my application running on MacOS to any other Operating System it failes with the error error trying to connect: decoding error The Error looks quite similar to this one here

Noticeable Things so far:

I would be very grateful for any thought or idea how to proceed ... in hope that I did not discover a hidden but somewhere inside some library...

thanks in advance!