Skip to content

Commit 724ae44

Browse files
committed
Update Caddy server's reverse proxy transport protocol to HTTP for local API communication.
1 parent 44aa0c8 commit 724ae44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shadowbox/server/outline_caddy_server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export class OutlineCaddyServer implements OutlineCaddyController {
362362
handler: 'reverse_proxy',
363363
upstreams: [{dial: `localhost:${apiPort}`}],
364364
transport: {
365-
protocol: 'https',
365+
protocol: 'http',
366366
tls: {
367367
insecure_skip_verify: true, // Skip verification for self-signed cert
368368
},

0 commit comments

Comments
 (0)