how to use self-signed tls certificate when connecting to local relay server #3347
Unanswered
Sherlock-Holo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Generally you're not supposed to run that without a proper certificate out in the open, but for testing purposes, there is a flag you can set when creating an endpoint to allow for self signed certs. An example of usage can be seen here https://github.com/n0-computer/iroh/blob/main/iroh/src/discovery.rs#L1110 It requires the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice iroh-relay support specify custom tls certificate by
however, when we use custom relay RelayMode::Custom, I only can use RelayNode to create a RelayMap, but it doesn't give me any chance to specify a ca certificate, allow me to connect a self-signed iron relay server
without self-signed tls certificate support, it's hard for me to try to learn and figure out if I can use iroh in my project
Beta Was this translation helpful? Give feedback.
All reactions