bneradt opened a new pull request, #13198:
URL: https://github.com/apache/trafficserver/pull/13198

   This collects the remaining Fedora 44 test compatibility fixes after the 
build-only changes were split out.
   
   - `Probe legacy TLS handshakes in tests`: Fedora 44 crypto policy can accept 
OpenSSL TLS version flags while still rejecting real TLS 1.0 and 1.1 
handshakes. The AuTest condition now probes an actual local OpenSSL handshake 
before enabling legacy TLS tests, so the tests only run when the environment 
can complete the requested protocol.
   - `Update cert select curl expectation`: newer curl/OpenSSL still returns 
the same certificate verification failure code for the bad CA case, but the 
output includes the presented certificate and uses different verification text. 
The test now checks the stable verification failure and confirms that the 
selected certificate is for `bar.com`.
   - `Use temp socket path in JSONRPC test`: Fedora 44 container bind mounts 
can reject Unix-domain socket connects even after the socket inode exists. The 
JSONRPC Catch test now places its server socket and lock in the local temporary 
directory so it works in the Fedora 44 container while remaining compatible 
with earlier environments.
   


-- 
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