You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm setting up ELAN in an isolated environment where a proxy is required to access the external internet. When using the proxy, ELAN encounters the following error:
thread 'main' panicked at src/elan-utils/src/utils.rs:472:32:
called `Result::unwrap()` on an `Err` value: Error { description: "SSL peer certificate or SSH remote key was not OK", code: 60, extra: Some("SSL certificate problem: self signed certificate in certificate chain") }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Other software like curl and git work normally in this environment when SSL verification is disabled. Is there a similar option for ELAN to bypass SSL verification or handle self-signed certificates in the proxy chain?
Hi,
I'm setting up ELAN in an isolated environment where a proxy is required to access the external internet. When using the proxy, ELAN encounters the following error:
Other software like curl and git work normally in this environment when SSL verification is disabled. Is there a similar option for ELAN to bypass SSL verification or handle self-signed certificates in the proxy chain?
Environment details:
Any guidance on resolving this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: