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

[BACKPORT #6038] SSL Configuration fails even EnbleSsl property is set to false #6043

Merged
merged 6 commits into from
Jul 18, 2022

Conversation

eaba
Copy link
Contributor

@eaba eaba commented Jul 13, 2022

Changes

SSL Configuration Fails even EnbleSsl property is set to false (b21f5fa)

aminchenkov and others added 3 commits July 13, 2022 19:48
* Respect EnableSsl configuration propert

* Update DotNettySslSupportSpec.cs

* Update DotNettySslSupportSpec.cs

* Update DotNettyTransportSettings.cs

* Moved enableSsl variable initialization outside return statement

Co-authored-by: Aliaksei Minchankou <Aliaksei.Minchankou@nreca.coop>
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Copy link
Contributor

@Arkatufus Arkatufus left a comment

Choose a reason for hiding this comment

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

The actual fix port themselves looks fine, but there are some spec failure.

@Arkatufus Arkatufus changed the title SSL [BACKPORT #6038] SSL Configuration fails even EnbleSsl property is set to false Jul 14, 2022
@Aaronontheweb
Copy link
Member

Need to rewrite the tests for v1.4 to not use any of the async methods in the TestKit, as those are v1.5-specific

@Aaronontheweb Aaronontheweb marked this pull request as ready for review July 18, 2022 12:07
@Aaronontheweb Aaronontheweb linked an issue Jul 18, 2022 that may be closed by this pull request
@Aaronontheweb Aaronontheweb dismissed Arkatufus’s stale review July 18, 2022 12:08

Changes implemented

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) July 18, 2022 12:08
@Aaronontheweb Aaronontheweb merged commit 2d4cbb5 into akkadotnet:v1.4 Jul 18, 2022
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.

SSL Configuration Fails Unless Fully Configured
4 participants