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
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Closesdfinity#5
The problem "Unknown TLS backend passed to use_preconfigured_tls" is caused by two different versions of hyper-rustls being compiled in.
Updating to ic-agent version 0.11.1 fixes this problem.
Closesdfinity#5
The problem "Unknown TLS backend passed to use_preconfigured_tls" is caused by two different versions of hyper-rustls being compiled in.
Updating to ic-agent version 0.11.1 fixes this problem.
Closes#5
The problem "Unknown TLS backend passed to use_preconfigured_tls" is caused by two different versions of hyper-rustls being compiled in.
Updating to ic-agent version 0.11.1 fixes this problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I started the icx-proxy server using below command:
icx-proxy --address 127.0.0.1:8453 -vv
Now whenever I try to hit "http://127.0.0.1:8453" on browser, I get these error on my terminal and nothing loads on my browser:
src/github.com-1ecc6299db9ec823/ic-agent-0.9.0/src/agent/http_transport.rs:93:18
thread 'tokio-runtime-worker' panicked at 'Could not create HTTP client.: reqwest::Error { kind: Builder, source: "Unknown TLS backend passed to
use_preconfigured_tls
" }', /Users/nitesh/.cargo/registry/src/github.com-1ecc6299db9ec823/ic-agent-0.9.0/src/agent/http_transport.rs:93:18The text was updated successfully, but these errors were encountered: