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

add SupportsTls11 and SupportsTls12 to PlatformDetection avoid OS versions in tests #39482

Merged
merged 3 commits into from
Jul 20, 2020

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Jul 16, 2020

It seems like Debian10 does not want to do TLS1.1 by default. We may see more of the in the future.

fixes #39445

@wfurt wfurt added area-System.Net.Security test-enhancement Improvements of test source code labels Jul 16, 2020
@wfurt wfurt requested a review from a team July 16, 2020 23:05
@wfurt wfurt self-assigned this Jul 16, 2020
@ghost
Copy link

ghost commented Jul 16, 2020

Tagging subscribers to this area: @dotnet/ncl
Notify danmosemsft if you want to be subscribed.

@VSadov
Copy link
Member

VSadov commented Jul 18, 2020

This will have to be ported to Preview8 branch as well since there are failures there too.

@danmoseley
Copy link
Member

@dotnet/ncl this is hitting a few jobs, could someone please review, and we can fix preview 8 also?

reopening PR to pick up fixes to WASM tests..

@danmoseley danmoseley closed this Jul 18, 2020
@danmoseley danmoseley reopened this Jul 18, 2020
@danmoseley danmoseley added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jul 18, 2020
Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@wfurt wfurt merged commit 9a5ef96 into dotnet:master Jul 20, 2020
@wfurt wfurt deleted the tls1_39445 branch July 20, 2020 07:59
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
…sions in tests (dotnet#39482)

* add SupportsTls11 and SupportsTls12 to avoid OS versions in tests

* feedback from review

* fix condition
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ServerAsyncAuthenticate_SniSetVersion_Success failing on Debian10
5 participants