马斯克加入“删除脸书”运动
百度 从长远来看,全面解禁二手车限迁对于二手车市场流通是利好的,将有利于二手车价格趋向合理。
Caddy, sometimes clarified as the Caddy web server, is an open source, HTTP/2-enabled web server written in Go. It uses the Go standard library for its HTTP functionality and supports HTTPS out of the box.
30 questions
-1
votes
1
answer
50
views
Sharing port 443 between Caddy and a Stalwart mail server
I have a VPS that runs some web services. Caddy is set up to handle traffic on port 80 and 443. I'd also like to run a Stalwart mail server on this VPS. It too needs to run a service on port 443. ...
0
votes
1
answer
40
views
Docker wordpress + caddy = REST API and Loopback error
I have a docker stack consisting of caddy and wordpress currently in development at http://localhost and I am getting two critical erros:
I am not sure what could be causing this
The REST API ...
0
votes
1
answer
118
views
Serving http through Caddy directly and over proxy protocol
I have a Caddy server as a reverse proxy for foo.example.lan and bar.example.lan over http on my local network (192.168.1.0/24). This is done with a simple config like this:
foo.example.lan {
...
0
votes
0
answers
312
views
TLS handshake failure due to RST after client hello
I have a VM where a caddy server is hosted with simple http settings. CaddyFile:
<my domain name>:2083 {
reverse_proxy /path 127.0.0.1:26364
}
:443 {
root * /var/www/html
...
0
votes
0
answers
48
views
Dynamic Denylisting in Caddy
Can I deny access to (a part of) a website from a dynamic set of IP addresses, which is automatically updated based on a website visitors's actions within caddy?
What I'm trying to achieve is called ...
0
votes
0
answers
27
views
dnf update of caddy removes installed package
I had installed transform-encoder via caddy addpackage github.com/caddyserver/transform-encoder (on Rocky Linux 9 if it matters). It looks like this updates the caddy binary in /usr/bin. Anyway, later ...
0
votes
1
answer
158
views
Mirrored/Inverted TCP connections between local processes
I have a web server with SignarR clients. The topology is:
Client -- Caddy -- IIS
Client - Just JS SignalR client.
Caddy - As reverse proxy.
Common exe file or WSL 1 service. (I tried both options and ...
0
votes
0
answers
47
views
Management of different web domains associated to different servers running on the same machine
I have a local machine using Debian 12 in the company lab.
On this local machine I have different servers running and reachable from different web addresses.
Let's say the first one is reachable ...
0
votes
1
answer
836
views
OpenSSL routines:ssl3_read_bytes:tlsv1 alert internal error with kubernetes and caddy
My domain androz2091.fr is pointing to a single-node kubernetes cluster. Caddy is installed on the node (on the host, not inside k8s), and uses the cluster DNS to redirect to the right service.
Here ...
1
vote
1
answer
561
views
php-fpm doesn't save error logs for a pool
I'm using php-fpm with Caddy and I cannot make php-fpm log errors. Previously I used nginx and nginx captures and displays php errors in its own logs quite nicely, so I never had an issue, but with ...
0
votes
0
answers
246
views
Server responding to request but no process listening on that port
I'm puzzled by the following situation. My Ubuntu 24.04 VPS responds to curl http://<public IP>:80 with "404 page not found", but there is no process listening on port 80 (sudo lsof -i ...
1
vote
1
answer
90
views
Why is curl not using php.ini settings for cURL on frankenphp (Caddy) Alma Linux 9?
The issue is on Alma Linux 9 using frankenphp (which is Caddy webserver with a built-in php module) where php -r 'print_r(ini_get_all("curl")); confirms that my curl config is being read. ...
0
votes
0
answers
326
views
Installing SSL + HTTPS using a reverse proxy like caddy on Android to enable secure connections for my server Emby
I want to install a reverse proxy useful because I want to put online my emby server on top of Android 14 using http on port 8920.
I have fixed the 443 error in this way :
sudo setcap ...
-1
votes
1
answer
335
views
Security concerns about these Web Stacks: Docker Caddy Reverse vs Nginx same host
After I got multiple sites on one host hacked at the same time, I started researching some years ago, and I read in some SF question a solution to my problem: PHP-FPM pools
Basically, this was the ...
0
votes
1
answer
1k
views
ERR_SSL_PROTOCOL_ERROR when trying to tunnel IPv4 http traffic to a caddy server runing on an IPv6-only machine via socat
I have a home server that is only provided a public IPv6 adress. It serves a searxng (dockerized) behind a caddy reverse proxy (also dockerized). Access from the outside if the accessing device has ...