Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mthird

#1
Thank you for the great plugin!  I'm a developer by trade so I generally find the coolest way to break things.  Unintentionally.
#2
I upgraded to 24.1.6 and the Caddy proxy won't start.  The issue is that AutoHTTPs wrote an unsupported option to the Caddfyfile.  Changing AutoHTTPs to anything other than "On" and then back again fixes the issue.

Error: adapting config using caddyfile: parsing caddyfile tokens for 'auto_https': auto_https must be one of 'off', 'disable_redirects', 'disable_certs', or 'ignore_loaded_certs', at /usr/local/etc/caddy/Caddyfile:16

# DO NOT EDIT THIS FILE -- OPNsense auto-generated file


# Global Options
{
        log {
                include http.log.access.3116a565-600b-4cd3-913b-f16a7ec416b4
                output net unixgram//var/caddy/var/run/log {
                }
                format json {
                        time_format rfc3339
                }
        }

        email nobody@example.com
        auto_https on
        import /usr/local/etc/caddy/caddy.d/*.global
}


After running the above, it now looks like:


# DO NOT EDIT THIS FILE -- OPNsense auto-generated file


# Global Options
{
        log {
                include http.log.access.3116a565-600b-4cd3-913b-f16a7ec416b4
                output net unixgram//var/caddy/var/run/log {
                }
                format json {
                        time_format rfc3339
                }
        }

        email nobody@example.com
        import /usr/local/etc/caddy/caddy.d/*.global
}