10000 access URL defaults to HTTPS when defined without a protocol · Issue #4783 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
access URL defaults to HTTPS when defined without a protocol #4783
Closed
@ericpaulsen

Description

@ericpaulsen

when using an access URL without specifying a protocol, (e.g. --access-url=35.xxx.xxx.206), the Coder agent will default to dialing the server over HTTPS, causing the connection to hang:

⢎⡀ Waiting for connection from main ...

the fix here is to simply update the access URL to be --access-url=http://35.xxx.xxx.206. however, to prevent this behavior in the future, the Coder agent should default to HTTP (as curl does), or attempt to dial over both HTTP & HTTPS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0