How to make connection with remote server using pystunnel

111 Views Asked by At

I want to create a connection with a remote server using stunnel. I have IP address of the remote system along with port.

I want to use pystunnel library to make connection in a python script.

I did not get any reference to make a connection between two servers. Kindly help me.

1

There are 1 best solutions below

1
Wenmin Wu On

I have IP address of the remote system along with port.

Is it local IP or public IP?