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
2025-01-09T21:44:58+09:00 INFO parsed userpass {"userpass": {"user1":"pass","user2":"pass"}}
This issue is caused by viper, which silently converts all map keys to lower case (spf13/viper#373), and there is still no option to disable this behavior.
The text was updated successfully, but these errors were encountered:
reported-by: @codetang-2417
ref: #1174 (comment) #1174 (comment)
Reproduce
Server
Client
When using
auth: user1:pass
, the Hysteria connection can be established, but it fails when usingauth: User2:pass
.Why?
Simply add a log here
We will get
This issue is caused by viper, which silently converts all map keys to lower case (spf13/viper#373), and there is still no option to disable this behavior.
The text was updated successfully, but these errors were encountered: