[GH-ISSUE #3302] How to setup https? #1094

Closed
opened 2026-03-16 18:32:37 +03:00 by kerem · 1 comment
Owner

Originally created by @william-ewebs on GitHub (Aug 30, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3302

How to setup https?
Is there any tutorial or guide?
I don't know how to do this, please help me!

Thanks

Originally created by @william-ewebs on GitHub (Aug 30, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3302 How to setup https? Is there any tutorial or guide? I don't know how to do this, please help me! Thanks
kerem 2026-03-16 18:32:37 +03:00
  • closed this issue
  • added the
    self-host
    label
Author
Owner

@SamJakob commented on GitHub (Sep 5, 2023):

I would recommend using nginx as a reverse proxy for SSL termination. So set up hoppscotch in HTTP mode (on some random firewalled port) and then set up nginx and configure nginx to forward requests to it. Incidentally, this is my recommended way for setting up the proxy server with HTTPS.

Doing so is very well supported in principle as such a technique is done by a large portion of the industry for any and all web applications and doing this will give you high levels of flexibility (particularly if you wanted to host multiple web services on one IP/domain and port).

You can read about how this works here: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/

<!-- gh-comment-id:1705795906 --> @SamJakob commented on GitHub (Sep 5, 2023): I would recommend using `nginx` as a reverse proxy for SSL termination. So set up hoppscotch in HTTP mode (on some random firewalled port) and then set up nginx and configure nginx to forward requests to it. Incidentally, this is my recommended way for setting up the proxy server with HTTPS. Doing so is very well supported in principle as such a technique is done by a large portion of the industry for any and all web applications and doing this will give you high levels of flexibility (particularly if you wanted to host multiple web services on one IP/domain and port). You can read about how this works here: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1094
No description provided.