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
Currently if you specify any of the TLS parameters at the yugatool command line and the TLS handshake fails, the connection fails with a generic failure message.
If the TLS handshake fails, yugatool should try to establish an unencrypted connection before giving up. Similarly, if an unencrypted connection fails, it should try loading the certs from the default paths and try to establish an encrypted connection.
The text was updated successfully, but these errors were encountered:
Partial fix for #28
This commit implements retry in cleartext if TLS connectivity fails but not vice-versa.
A complete fix will require a bit more refactoring since we have to keep track of whether we've already tried to swap from TLS to cleartext or vice-versa, otherwise we will end up in a loop.
Currently if you specify any of the TLS parameters at the yugatool command line and the TLS handshake fails, the connection fails with a generic failure message.
If the TLS handshake fails, yugatool should try to establish an unencrypted connection before giving up. Similarly, if an unencrypted connection fails, it should try loading the certs from the default paths and try to establish an encrypted connection.
The text was updated successfully, but these errors were encountered: