About ssl/https for httpz

I’ve tried Zig Zap — it’s indeed very fast. However, it still uses the C-based facil.io library. Zig Zap already has built-in support for SSL/HTTPS.
My question is:
Does anyone know how to use HTTPS/SSL with httpz?
Thank you.

Uunfortunately, there is no support for https/ssl in httpz


You can only use nginx or caddy to support https and use httpz in the core

Ok. Thanx :blush: