Skip to content

Caddy Server Reverse Proxy SSL Infinite Loop #2563

Answered by stolinski
stolinski asked this question in Q&A
Discussion options

You must be logged in to vote

OK! Here's the fix.

Thank you to @matias-capeletto for helping me in the discord and sending me #1757

  server: {
    hmr: {
      host: 'fakedomain.dev',
      port: 443,
      protocol: 'wss',
    },
  },

Was the config that did the trick. 443 with Caddy SSL will passthrough allowing the wss path to connect.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@rossPatton
Comment options

@BenWaNH
Comment options

@sshmaxime
Comment options

@2u841r
Comment options

Answer selected by stolinski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants