Hi,
I’m trying to run caddy with -quic. The problem is that my environment is very strict and ports 443 and 80 are blocked so I can’t use Let’s encrypt. I have my own self signed certificate generated but I’m not able to make it work.
I enabled quic in Chrome, but it still shows TLS protocol.
I run caddy as follows
caddy -quic -conf Caddyfile
And here is my Caddyfile
[ipv6]:9443 {
tls custom.crt custom.key
log caddy-access.log
errors caddy-error.log
root public_html
bind ipv6
}
Anyone has idea what I’m doing wrong or what can I do to make it work?
Any idea is appreciated.
Best,
Eteri
p.s. version of caddy:
Caddy (untracked dev build) (unofficial)