We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alpine 3.17 causes an intermittent UNSAFE_LEGACY_RENEGOTIATION_DISABLED
See dotnet/dotnet-docker#4332 (comment)
Steps to create the smallest reproducible scenario:
Correct TLS negotiation
{"timestamp": "2023-04-28T19:48:26.834518Z", "level": "ERROR", "name": "pycti.connector", "message": "CrowdStrike connector internal error: HTTPSConnectionPool(host='api.crowdstrike.com', port=443): Max retries exceeded with url: /intel/combined/reports/v1(Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1007)')))"}
This should fix it
RUN sed -i 's/providers = provider_sect/providers = provider_sect\n\ ssl_conf = ssl_sect\n\ \n\ [ssl_sect]\n\ system_default = system_default_sect\n\ \n\ [system_default_sect]\n\ Options = UnsafeLegacyRenegotiation/' /etc/ssl/openssl.cnf
The text was updated successfully, but these errors were encountered:
May also be worth the lift to migrate to the official client -> https://github.com/CrowdStrike/falconpy
Sorry, something went wrong.
No branches or pull requests
Description
Alpine 3.17 causes an intermittent UNSAFE_LEGACY_RENEGOTIATION_DISABLED
See dotnet/dotnet-docker#4332 (comment)
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Correct TLS negotiation
Actual Output
Additional information
This should fix it
Screenshots (optional)
The text was updated successfully, but these errors were encountered: