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

How do I disable SSL? #29

Closed
rocheston opened this issue Apr 11, 2022 · 3 comments
Closed

How do I disable SSL? #29

rocheston opened this issue Apr 11, 2022 · 3 comments
Labels
question Further information is requested

Comments

@rocheston
Copy link

How can I disable SSL?

@rocheston rocheston added the bug Something isn't working label Apr 11, 2022
@P-T-I
Copy link
Member

P-T-I commented Apr 12, 2022

By default (as you've noticed) it cannot 😄 . But if you mount a custom .ini file in the cve_search container at /app/etc/configuration.ini, then you could. The relevant portion of the configuration file is:

[Webserver]
Host: 0.0.0.0
Port: 5000
Debug: False
PageLength: 50
LoginRequired: False
SSL: True
Certificate: etc/certificate.crt
Key: etc/certificate.key
WebInterface: Full

Setting SSL to False should do the trick.

Just to be curious; Why would you like to disable SSL?

@P-T-I P-T-I added question Further information is requested and removed bug Something isn't working labels Apr 12, 2022
@YoanAncelly
Copy link

Maybe it's because he's using a reverse proxy like traefik to manage TLS/SSL, that's my current setup.

@P-T-I
Copy link
Member

P-T-I commented Dec 27, 2022

That might indeed be the case! Closing for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants