Orgad Shaneh

Results 411 comments of Orgad Shaneh

Anything I can provide to help debugging this?

I'm really not sure what I did different, but it works now. Thanks!

I use the same versions 😅

Ok, I found out what my problem was. My application is running in Docker, so it writes the perfmap file in /tmp inside the container. I need to map it...

Actually I did my current tests with plain perf, so maybe parca did work without it. Is there a flag for perf that enables reading it from the container?

@bagder any comments on this?

I can't find a command-line flag that disables only `CURLOPT_SSL_VERIFYHOST`. We'll try `CURLOPT_RESOLVE`, thanks for the reference. Closing for now.

I only rebased it and pushed as a draft to see if the checks pass. I'll need to ask the maintainer why this is needed. Will try to do it...

> Is there a reason why `-k`/`--insecure` doesn't solve this specific bad SSL case? It does, but it's too permissive. It will succeed even if you have a self-signed certificate,...