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
ServerName::try_from(host_name) is failing when it tries to parse the host because the host string contains the protocol and the port, (wss://trafficware.swim.services:443) whereas the method expects only the domain name.
The text was updated successfully, but these errors were encountered:
swim-rust/runtime/swimos_tls/src/net/client.rs
Line 99 in b197fd2
ServerName::try_from(host_name)
is failing when it tries to parse the host because the host string contains the protocol and the port, (wss://trafficware.swim.services:443
) whereas the method expects only the domain name.The text was updated successfully, but these errors were encountered: