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

fix: added tls1.0/1.1 patch for openssl when using older tls versions… #6105

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

DerLinkman
Copy link
Member

@DerLinkman DerLinkman commented Oct 15, 2024

Contribution Guidelines

What does this PR include?

Short Description

This PR includes a fix stated in: https://community.mailcow.email/d/4062-hi-all/20 to fix the openssl 3.0 lack of tls1.X support which has been deactivated by default.

Affected Containers

  • dovecot
  • postfix

Did you run tests?

What did you tested?

I tested the changes by modifying the extra.cf for both containers to readd tls1.0/1.1 support (like described in the docs).

I've checked that the openssl.conf got modified with the patch.

Then i tested if i can connect via openssl client from outside by using a TLS version of 1.0/1.1, previously it was not possible as the openssl from the container blocked those requests.

What were the final results? (Awaited, got)

The openssl.conf got modified as awaited and i was able to connect to the server by using TLS 1.0/1.1 again.

@DerLinkman DerLinkman merged commit fda9530 into staging Oct 15, 2024
4 checks passed
@DerLinkman DerLinkman deleted the fix/openssl3-tls10-11-supp branch October 15, 2024 08:32
DerLinkman added a commit that referenced this pull request Nov 15, 2024
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.

1 participant