shinrich commented on a change in pull request #8014:
URL: https://github.com/apache/trafficserver/pull/8014#discussion_r668289223



##########
File path: iocore/net/SSLUtils.cc
##########
@@ -430,13 +478,17 @@ ssl_cert_callback(SSL *ssl, void * /*arg*/)
 
   // If we are in tunnel mode, don't select a cert.  Pause!
   if (HttpProxyPort::TRANSPORT_BLIND_TUNNEL == netvc->attributes) {
+#ifdef OPENSSL_IS_BORINGSSL
+    return -2; // Retry

Review comment:
       What is the difference between pause and retry with boring?  Guess I 
should go back and look more carefully at your docs.




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