diff --git a/pathod/pathoc.py b/pathod/pathoc.py index b539fec49..ea21b7476 100644 --- a/pathod/pathoc.py +++ b/pathod/pathoc.py @@ -241,7 +241,7 @@ class Pathoc(tcp.TCPClient): def http_connect(self, connect_to): self.wfile.write( - b'CONNECT %s:%d HTTP/1.1\r\n' % (connect_to[0].encode(), connect_to[1]) + + b'CONNECT %s:%d HTTP/1.1\r\n' % (connect_to[0].encode("idna"), connect_to[1]) + b'\r\n' ) self.wfile.flush()