https://bugs.kde.org/show_bug.cgi?id=360263
Emmanuel Pescosta <emmanuelpescosta...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmanuelpescosta099@gmail.c | |om --- Comment #1 from Emmanuel Pescosta <emmanuelpescosta...@gmail.com> --- >From QUrl docs [1]: "Note that the case folding rules in Nameprep, which QUrl conforms to, require host names to always be converted to lower case, regardless of the Qt::FormattingOptions used." So yes it affects all other protocols as well. But case sensitivity should not be a problem for here, because DNS is case insensitive (see also [2]). Are you sure that SomeThing can be reached, the address can be resolved (try it with nslookup), sshd is running and the port is correct? [1] https://doc.qt.io/qt-5/qurl.html [2] https://tools.ietf.org/html/rfc4343 -- You are receiving this mail because: You are watching all bug changes.