How to communicate remote server and client without expose port in internet #4279
-
I have tried some command to create remote connection in server side i have tried ockam node create server_sidecar and client side ockam secure-channel create --from /node/client_sidecar --to serverip:5001 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @Rohan-Kar can you please try without a |
Beta Was this translation helpful? Give feedback.
-
@Rohan-Kar the |
Beta Was this translation helpful? Give feedback.
@Rohan-Kar the
--to
value has to be an Ockam Route to another Ockam node's secure channel listener, it can't be justip:port
. Here'a a full example you can try https://docs.ockam.io/#quick-start