bneradt commented on issue #8023:
URL: https://github.com/apache/trafficserver/issues/8023#issuecomment-872401491


   This will only fail the master autest Jenkins runs, not the PR autest runs. 
For our PR autest runs, we set our PATH such that the openssl-quic version of 
openssl is run:
   
   ```
   export LD_LIBRARY_PATH=/opt/openssl-quic/lib
   PATH=/opt/openssl-quic/bin:$PATH
   ```
   
   Because of this, the PR runs use a version of openssl that supports `-alpn` 
and the test runs fine there. The master autest runs, however, run the system's 
openssl version, which is too old to support `-alpn`.


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