Questions tagged [caddy]

Caddy is a configurable web server written in Go that supports modern features such as HTTP/2, IPv6, Markdown, WebSockets, FastCGI, templates and more, right out of the box.

Caddy is a configurable web server created by Matt Holt. It's written in and available for Windows, Mac, Linux, and BSD.

Caddy became famous, among other things, for being the first web server to support automatic provisioning of SSL certificates via Let's Encrypt.

It also supports modern features such as HTTP/2, IPv6, Markdown, WebSockets, FastCGI, templates and more, right out of the box.

Caddy is highly configurable using a configuration file called Caddyfile.

338 questions
-1
votes
2 answers

Architecture of a simple chat web app at scale

I need to add a chat in my application to let users contact each others. Requirements only 1 to 1 communication customer 2 customer (no group or chat room) essentially text, image upload is a bonus (probably as a second step) message must be…
-1
votes
1 answer

.NET Core throws Kestrel error on startup when using Azure Container Instances, Caddy

I'm fumbling through my first exploration into docker containers with .NET. My local development environment is good to go - I've got my dev certs created and specified in my configuration file. However, I'm trying to deploy to Azure Container…
Santi
  • 416
  • 4
  • 21
-1
votes
1 answer

SocketIO: Websocket connection failed with Caddy File on Production Server

I want to connect my SocketIO Client with the Backend. But if i use my Caddy File the Connection fails: Caddyfile: www.XXX.XXX:443 { tls XXX.XXX@XXX.de root * /srv route { reverse_proxy /api* api-server:8443 try_files…
SilasUe
  • 9
  • 2
-1
votes
1 answer

Rocket Chat cannot enable SSL using Caddy: libdns.so.162 not found

I installed rocket chat using snap, following the documentation here. Now I am trying to enable SSL following the documentation: Auto SSL with Snaps. However, the following error shows up: $ sudo snap set rocketchat-server https=enable error: cannot…
Sumit Dey
  • 324
  • 3
  • 12
-2
votes
0 answers

Can't access caddy server from the browser

I am running a build of accessmap (an opensource mapping project) which is running on a caddy server on localhost:2015. Everything seems to be fine but when I try to run another build from another repository of the same project that is supposed to…
MnLsVt
  • 1
  • 1
-2
votes
2 answers

how do i configure a certificate for caddy?

I understand that https is enabled by default and i think i managed to set up the caddyfile in a way that this is enabled: https://caddyserver.com/docs/automatic-https what i don't understand is how i configure the certificate to use. the…
composersucks
  • 61
  • 1
  • 6
-2
votes
1 answer

Regular expression negative lookaheads RE2 syntax used by Caddy

When translating my Apache and Nginx configuration to Caddyfile, I'm having a problem with a regular expression. I use the following in Apache to restrict access to files and directories that start with a dot (.) and are not in the .well-known…
obeN
  • 416
  • 1
  • 5
  • 16
-2
votes
1 answer

Reverse proxy with Caddy Server / ApiPlatform (local SSL issues)

I am trying to set up a reverse proxy, used to serve multiple ApiPlatform applications in local. My problem is that ApiPlatform 2.6 comes with Caddy Server, which set up HTTPS by default. I cannot find a way for my reverse proxy to have the same…
Jérémy Dutheil
  • 6,099
  • 7
  • 37
  • 52
1 2 3
22
23