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
Description
Concordium-client can use TLS by providing --secure flag as available option. It would be useful to show in some way to the user that communication between client and server is secured.
On the opposite side, if the connection was not initiated properly (not providing --secure flag) while the server on another side has available TLS. Client hangs for over a minute and then throws an error.
Steps to Reproduce
PS C:\test\test-config> cc --secure --grpc-ip grpc.testnet.concordium.com consensus show-parameters PS C:\test\test-config> cc --grpc-ip grpc.testnet.concordium.com consensus show-parameters
Description
Concordium-client can use TLS by providing
--secure
flag as available option. It would be useful to show in some way to the user that communication between client and server is secured.On the opposite side, if the connection was not initiated properly (not providing
--secure
flag) while the server on another side has available TLS. Client hangs for over a minute and then throws an error.Steps to Reproduce
PS C:\test\test-config> cc --secure --grpc-ip grpc.testnet.concordium.com consensus show-parameters
PS C:\test\test-config> cc --grpc-ip grpc.testnet.concordium.com consensus show-parameters
Expected Result
Provide more information to the user.
Actual Result
Versions
The text was updated successfully, but these errors were encountered: