Coder.comC
Coder.com4y ago
7 replies
bpmct

HTTP access URL

I am trying Coder in an AWS account. The problem I met is that when I start coder server via coder server --access-url=<an_ip_address> and then create an ec2 workspace, the coder agent on the workspace instance tries to connect to https://<an_ip_address>. But I only have http for the coder server. I am wondering if there is a way to configure how the agent talks to the server, so that 1. agent can talk to server via http instead of https. 2. I can configure agent to talk to server via the private ip address instead of the public ip address of the server.
Was this page helpful?