faraday-cli icon indicating copy to clipboard operation
faraday-cli copied to clipboard

CLI cannot connect to internal docker hosts with hostname

Open madflow opened this issue 4 months ago • 3 comments

  • I have an application and a faraday server running in a docker compose setup.
  • The hostname of the faraday server is "faraday".
  • When running the authentication in the application, the cli yiels "Invalid url".
EXCEPTION of type 'Exception' occurred with message: Invalid url: http://faraday:5985
  • I would expect http://faraday:5985 to also work (hostname), since this is pretty common use case.

madflow avatar Sep 15 '25 07:09 madflow