How to connect with the remote server and remote client without expose port in internet #4297
-
I want to try to connect with remote server but getting some error please guide me how to connect with remote server . and i aso deployed the server_sidecar and follow the https://docs.ockam.io/guides/use-cases/add-end-to-end-encryption-to-any-client-and-server-application-with-no-code-change this doc . here is the error is error: invalid value '192.168.1.100:5000' for '--to ': unregistered protocol prefix "192.168.1.100:5000" here is the full command please check ockam node create relay Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Rohan-Kar thank you for your notes, since this is the same as your question on the other thread, closing this and let's continue the discussion on the other thread #4291 |
Beta Was this translation helpful? Give feedback.
-
For anyone else stumbling on to this question the --to value has to be an Ockam Route to another Ockam node's secure channel listener, it can't be just ip:port. Here'a a full example https://docs.ockam.io/#quick-start |
Beta Was this translation helpful? Give feedback.
For anyone else stumbling on to this question the --to value has to be an Ockam Route to another Ockam node's secure channel listener, it can't be just ip:port. Here'a a full example https://docs.ockam.io/#quick-start