You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, which says that the extended format is <host>:<port>[:<protocol>[:<encryption>[:<compressed>]]]
It would be good to have that format (along with the options for each - who knew that encryption could be ssl, fizz, ktls, tls_to_plain? What does each mean?)
The text was updated successfully, but these errors were encountered:
I was unable to find any documentation on the wiki on the specification of downstream servers in the wiki, especially around SSL/TLS.
host:port
format.I had to do code spelunking to find
mcrouter/mcrouter/lib/network/AccessPoint.cpp
Line 168 in b8c1b6c
<host>:<port>[:<protocol>[:<encryption>[:<compressed>]]]
It would be good to have that format (along with the options for each - who knew that
encryption
could bessl
,fizz
,ktls
,tls_to_plain
? What does each mean?)The text was updated successfully, but these errors were encountered: