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

Forced traefik to only allow tls1.2+ requests #595

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HitLuca
Copy link
Contributor

@HitLuca HitLuca commented Aug 21, 2022

Updated the traefik dynamic config to force clients to use tls1.2 or newer

@HitLuca
Copy link
Contributor Author

HitLuca commented Aug 21, 2022

Partially fixes #432, doesn't take into account cyphers

Comment on lines +16 to +20
- name: Template Traefik dynamic_config.toml
template:
src: dynamic_config.toml
dest: "{{ traefik_data_directory }}/dynamic_config.toml"
register: template_dynamic_config

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As in this manner dynamic config is static file should it be file: instead of template:

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

Successfully merging this pull request may close these issues.

None yet

2 participants