mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-03 05:23:13 -04:00
fix: remove auto_https off from Caddyfile
auto_https off disabled TLS entirely, causing Caddy to serve plain HTTP on port 443 which produced SSL_ERROR_RX_RECORD_TOO_LONG errors in browsers. Removing it lets tls internal work correctly with Caddy's self-signed certificates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
admin off
|
admin off
|
||||||
auto_https off
|
|
||||||
log {
|
log {
|
||||||
format json
|
format json
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user