#hey I followed this guide to setup

1 messages ยท Page 1 of 1 (latest)

serene edge
#
http:
  server_port: 8443
``` means you need to use the IP and port `8443`
formal anchor
#

it says the connection is rest when I try to connect

#

even with the correct port and all

serene edge
#

You didn't add any ssl lines?

formal anchor
#

This is my final config:

  external_url: !secret ext_url
  auth_mfa_modules:
    - type: totp

system_health:

http:
  server_port: 8443
  ssl_certificate: !secret ssl_cert
  ssl_key: !secret ssl_key
  # Add use_x_forwarded_for
  use_x_forwarded_for: true
  ip_ban_enabled: true
  login_attempts_threshold: 5
  # Add the Cloudflare IPs as trusted proxies https://www.cloudflare.com/ips-v4
  trusted_proxies:
    - 173.245.48.0/20
    - 103.21.244.0/22
    - 103.22.200.0/22
    - 103.31.4.0/22
    - 141.101.64.0/18
    - 108.162.192.0/18
    - 190.93.240.0/20
    - 188.114.96.0/20
    - 197.234.240.0/22
    - 198.41.128.0/17
    - 162.158.0.0/15
    - 104.16.0.0/13
    - 104.24.0.0/14
    - 172.64.0.0/13
    - 131.0.72.0/22```
serene edge
#

Ah... well.. there we go

#

You are using https:// when using the LAN IP?

formal anchor
#

ah, yes that worked

serene edge
#

That's to be expected ๐Ÿ˜›

brisk dew
#

you're going to be missing a lot of integrations after removing default_config:

#

just to point out

#

unless that's a partial config up there, then nevermind

formal anchor
formal anchor