webhooksite / webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
https://webhook.site
Other
5.32k stars 416 forks source link

Self Hosted SSL Support? #147

Closed gareth-johnstone closed 1 year ago

gareth-johnstone commented 1 year ago

Hi, I have got webhook.site installed via docker and I have setup an nginx reverse proxy (with nginx reverse proxy manager)

However when i visit the site via https the connection could not be made - any ideas?

duckboy81 commented 1 year ago

I don't know anything about this project's code, but when you're using nginx, you'll need to configure nginx to serve the certificate and terminate the ssl connection before passing it to this app.

gareth-johnstone commented 1 year ago

I don't know anything about this project's code, but when you're using nginx, you'll need to configure nginx to serve the certificate and terminate the ssl connection before passing it to this app.

Sorry this issue should have been closed, I was just being an idiot 😂 Cloudflare was getting in the way (duuhhh)

Thanks for your input anyways, much appreicated :)