Joel Wetzell

Results 95 comments of Joel Wetzell

Not sure there is really enough information to help you troubleshoot any further. You don't seem to have logs that could point to an area to look at. Some next...

I have been unable to find a way to upgrade the version of libssh2 in the image. I believe bringing that up to date would resolve the SSH related problems.

The `1.5.4-am64`/`latest` and `1.5.4-arm64`/`arm64` images have been updated to included the latest `libssh2` version which should fix this issue. If the problem still exists please reopen the issue.

@boin Wish I could use a more recent base image easily, I will look into seeing if there is a way to get a newer version of libssh2 in though.

@boin yeah the real problem is the version of Postgres. That can't be updated easily as it would require some sort of "auto migrate" or instructions for users on how...

Can you provide an example of a curl command that does not import the cookies correctly. I just tested using a curl command that has the cookie header set in...

Ok, I see the issue causing it not to appear in the headers. @helloanoop it looks like the Cookie headers is specifically skipped in some code [here](https://github.com/usebruno/bruno/blob/b5a1c804964b7fbc811b8690a3cad40241aa8ab0/packages/bruno-app/src/utils/curl/parse-curl.js#L73). This file goes...

Maybe headers could be used to drive how the data is processed for saving? or maybe some sort of "response type" setting associated with the requests.

Is this still an issue with the 1.5.5 image? If so, I might have to get a test environment setup to try and reproduce.