ywkaras opened a new issue, #9550:
URL: https://github.com/apache/trafficserver/issues/9550

   Specifically this test run:  
https://github.com/apache/trafficserver/blob/96066eec2d4e4cc29c1665d8a9e484160932c0f3/tests/gold_tests/tls/tls_tunnel.test.py#L217
   
   Causes this exception:
   ```
   2023-03-22 02:41:41,351 - root - INFO - Sending PROXY protocol version 2
   Traceback (most recent call last):
     File 
"/home/wkaras/REPOS/TS/tests/_sandbox/tls_tunnel/proxy_protocol_client.py", 
line 176, in <module>
       sys.exit(main())
     File 
"/home/wkaras/REPOS/TS/tests/_sandbox/tls_tunnel/proxy_protocol_client.py", 
line 165, in main
       with context.wrap_socket(sock, server_hostname=args.sni) as ssock:
     File "/opt/y/1.0/lib/python3.10/ssl.py", line 513, in wrap_socket
       return self.sslsocket_class._create(
     File "/opt/y/1.0/lib/python3.10/ssl.py", line 1071, in _create
       self.do_handshake()
     File "/opt/y/1.0/lib/python3.10/ssl.py", line 1342, in do_handshake
       self._sslobj.do_handshake()
   ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:997)
   ```
   Was this intended?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to