[GH-ISSUE #1246] How to enable HTTPS on CloudBeaver (Docker) #273

Closed
opened 2026-03-07 20:47:08 +03:00 by kerem · 2 comments
Owner

Originally created by @JamesInform on GitHub (Oct 29, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1246

Hi,

i am just trying CloudBeaver latest version 22.2.3 using the provided docker image.

How can I configure the docker image to use HTTPS instead of plain HTTP?

Cheers,
James

Originally created by @JamesInform on GitHub (Oct 29, 2022). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1246 Hi, i am just trying CloudBeaver latest version 22.2.3 using the provided docker image. How can I configure the docker image to use HTTPS instead of plain HTTP? Cheers, James
kerem 2026-03-07 20:47:08 +03:00
Author
Owner

@kseniaguzeeva commented on GitHub (Nov 9, 2022):

Could you please try to configure Nginx for it? Here is the article https://github.com/dbeaver/cloudbeaver/wiki/CloudBeaver-and-Nginx

To enable Reverse proxy via local configuration file, set the parameter in .cloudbeaver.runtime.conf

 "enabledAuthProviders": [
      "local",
      "reverseProxy"
    ]
<!-- gh-comment-id:1308882372 --> @kseniaguzeeva commented on GitHub (Nov 9, 2022): Could you please try to configure Nginx for it? Here is the article https://github.com/dbeaver/cloudbeaver/wiki/CloudBeaver-and-Nginx To enable Reverse proxy via local configuration file, set the parameter in .cloudbeaver.runtime.conf ``` "enabledAuthProviders": [ "local", "reverseProxy" ] ```
Author
Owner

@kseniaguzeeva commented on GitHub (Dec 8, 2022):

I've noticed there is no updates for a long time. Feel free to contact me to reopen the ticket if it's still actual.

<!-- gh-comment-id:1342704233 --> @kseniaguzeeva commented on GitHub (Dec 8, 2022): I've noticed there is no updates for a long time. Feel free to contact me to reopen the ticket if it's still actual.
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/cloudbeaver#273
No description provided.