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
Copy file name to clipboardExpand all lines: iroh-relay/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ iroh = { version = "0.95", features = ["test-utils"] }
74
74
```
75
75
- Spawn a relay server by calling [`iroh::test_utils::run_relay_server().await`](https://docs.rs/iroh/latest/iroh/test_utils/fn.run_relay_server.html)
76
76
This will start a relay server with a self-signed TLS certificate, listening on a localhost port, and return the server's URL.
77
-
- For the iroh endpoints to successfully connect to the relay, disable TLS certificate verification by calling [`Endpoint::ca_roots_config`](https://docs.rs/iroh/latest/iroh/endpoint/struct.Builder.html#method.ca_roots_config) with `CaRootConfig::insecure_skip_verify()`.
77
+
- For the iroh endpoints to successfully connect to the relay, disable TLS certificate verification by calling [`Endpoint::ca_tls_config`](https://docs.rs/iroh/latest/iroh/endpoint/struct.Builder.html#method.ca_tls_config) with `CaRootConfig::insecure_skip_verify()`.
0 commit comments