Skip to content

tls: update condition in Unicorn SSL configuration#1046

Merged
boddumanohar merged 1 commit into
mainfrom
fix-ssl-cert-condition
May 22, 2026
Merged

tls: update condition in Unicorn SSL configuration#1046
boddumanohar merged 1 commit into
mainfrom
fix-ssl-cert-condition

Conversation

@boddumanohar
Copy link
Copy Markdown
Member

The settings.tls_client_auth is of type ssl.VerifyMode but in the condition we are doing check against a string value of "disabled"

They are of different types so they will never be equal.

Fixing this by passing the value properly.

@boddumanohar boddumanohar requested a review from mxsrc May 17, 2026 19:57
@boddumanohar boddumanohar changed the title update condition in Unicorn SSL configuration tls: update condition in Unicorn SSL configuration May 22, 2026
@boddumanohar boddumanohar force-pushed the fix-ssl-cert-condition branch from 44662a5 to 5693852 Compare May 22, 2026 14:23
@boddumanohar boddumanohar merged commit de12806 into main May 22, 2026
8 of 9 checks passed
@boddumanohar boddumanohar deleted the fix-ssl-cert-condition branch May 22, 2026 19:24
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.

2 participants