I wrote a electrum client in python.
it gets response from coinomi server, but other server gives no response and close the connection.
I am confused what I am doing wrong?
Try port 50001.
Port 50002 is usually SSL and you don't have code to handle that.
Port 50001 is for plain TCP.
Thanks bro. It worked.
When I searched for electrum server, they all listed 50002 as it's port, but none of them told it was ssl.