allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.47k stars 1.11k forks source link

How to refresh TLS/SSL certificate automatically in realtime report? #1118

Open lvbeck opened 6 years ago

lvbeck commented 6 years ago

Hi,

I use Letsencrypt SSL certificate in realtime mode, my certificate file will be expired in every 3 months and regenerate automatically.

However goaccess cannot update the new certificate file (in the same location) by itself. I have to restart the realtime daemon process manually every time, otherwise I will get an wss connection error "ERR_CERT_DATE_INVALID" in the browser console.

Is there any way to notice goaccess daemon to force update certificate file before expired?

any help would be appreciated

LubosMertak commented 5 years ago

I have the same problem.

allinurl commented 5 years ago

Need to figure this out. Do you have any app reference that already do this using openssl/libressl, preferably in C?