Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Facing Unknown TLS backend passed to `use_preconfigured_tls while using icx proxy #5

Closed
niteshudhani opened this issue Dec 18, 2021 · 0 comments · Fixed by #12
Closed

Comments

@niteshudhani
Copy link

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:18

ninegua added a commit to ninegua/icx-proxy that referenced this issue Jan 30, 2022
Closes dfinity#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.
ninegua added a commit to ninegua/icx-proxy that referenced this issue Jan 30, 2022
Closes dfinity#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.
Daniel-Bloom-dfinity pushed a commit that referenced this issue Feb 3, 2022
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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant