Commit f124c26
fix: set --openssldir=/etc/ssl so profiler finds system CA bundle (#18)
Without --openssldir, OpenSSL's compiled-in default cert search path is
/usr/local/openssl/ssl (based on --prefix), which does not exist on user
machines. SSL_CTX_set_default_verify_paths() finds no CAs and all HTTPS
profile uploads fail with "SSL server verification failed".
Same fix as grafana/pyroscope-dotnet@d5c4ca7
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent c6be862 commit f124c26
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments