Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Docker image forces SSL termination at server, and assumes what the server URL is #297

Open
1 task done
ahristov314 opened this issue Feb 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ahristov314
Copy link

ahristov314 commented Feb 11, 2023

Is there an existing issue for this?

  • I have searched the existing issues

What is the current behavior?

The web interface listens only to HTTPS at 443

What is the expected behavior?

In many enterprise deployments SSL termination is usually done at a reverse proxy - nginx notably, and also there the real URL is configured. Testsigma should expose a plain HTTP listener, and should not try to guess what the URL of the server is, but rather expose it as a configurable env var.

Steps To Reproduce

  1. Installation.

Version

Testsigma Community Edition

@ahristov314 ahristov314 added the bug Something isn't working label Feb 11, 2023
@vikram-chaitanya
Copy link
Contributor

@ahristov314 - the testsigma server is exposing only HTTP at port 9090 and SSL is terminated at nginx which is running in the same container. The default server url is https://local.testsigmaos.com which can be changed using the ENV variable TESTSIGMA_SERVER_URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants