-
Notifications
You must be signed in to change notification settings - Fork 5
Allow the SSL_CERTS_PATH to be configurable in the install.sh file #28
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
Conversation
Actually according to the docs this is only required for the following which doesn't even look used
|
We added this because when using captcha mode in the bouncer, it need this to work. |
I just tested this now using a V2 recaptcha key [v2 Tickbox] and it worked as expected |
I just tested locally and I have the same issue has we faced when using captcha:
Did you checked your error logs ? Also, I realized that you need to remove the How to reproduce
|
Ok i'm going to put this on hold for now, it is required for the captcha I just don't think the overhead is worth it. So going to try figure out if this is possible to improve |
There is better performance using the single Google SSL CA certificate then the entire ca-certificates file.
Ok Changed my approach, Just need to be able to change the SSL_CERTS_PATH Using the existing ca-certificate.crt file my ram usage was 1.145GiB for my 7 vhosts |
I'm not exactly sure whats causing the extreme memory usage, but this at least fixes it for my case |
Add resolver line to Docker image crowdsec_openresty.conf for testing
I did edit the Dockerfile to add the resolver line back into crowdsec_openresty.conf for testing though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixes #27
This removes lua_ssl_trusted_certificate through my testing everything still works as expected on both ssl and normal sites.