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

[Release/5.0] Authentication failures in SslStream_UntrustedCaWithCustomCallback_Throws & SslStream_UntrustedCaWithCustomCallback_OK #48143

Closed
Anipik opened this issue Feb 11, 2021 · 6 comments

Comments

@Anipik
Copy link
Contributor

Anipik commented Feb 11, 2021

   Condition(s) not met: "SupportsNullEncryption"
    System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(customCallback: True) [FAIL]
      Assert.Contains() Failure
      Not found: RemoteCertificateValidationCallback
      In value:  Authentication failed, see inner exception.
      Stack Trace:
        /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs(397,0): at System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(Boolean customCallback)
        --- End of stack trace from previous location ---
    System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(customCallback: False) [FAIL]
      Assert.Contains() Failure
      Not found: PartialChain
      In value:  Authentication failed, see inner exception.
      Stack Trace:
        /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs(397,0): at System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(Boolean customCallback)
        --- End of stack trace from previous location ---
    System.Net.Security.Tests.SslStreamNetworkStreamTest.Ss

log https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-47732-merge-880f75a34ec241f8bf/System.Net.Security.Tests/console.a52b0bd1.log?sv=2019-07-07&se=2021-03-02T22%3A08%3A13Z&sr=c&sp=rl&sig=ChDn%2Bv%2F%2Fi2ftQft%2BV8E6aLZbDFkZnl%2Bj0O%2FjauhAiYk%3D

build #47732, #47937

@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Net.Security untriaged New issue has not been triaged by the area owner labels Feb 11, 2021
@ghost
Copy link

ghost commented Feb 11, 2021

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details
   Condition(s) not met: "SupportsNullEncryption"
    System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(customCallback: True) [FAIL]
      Assert.Contains() Failure
      Not found: RemoteCertificateValidationCallback
      In value:  Authentication failed, see inner exception.
      Stack Trace:
        /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs(397,0): at System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(Boolean customCallback)
        --- End of stack trace from previous location ---
    System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(customCallback: False) [FAIL]
      Assert.Contains() Failure
      Not found: PartialChain
      In value:  Authentication failed, see inner exception.
      Stack Trace:
        /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs(397,0): at System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_UntrustedCaWithCustomCallback_Throws(Boolean customCallback)
        --- End of stack trace from previous location ---
    System.Net.Security.Tests.SslStreamNetworkStreamTest.Ss

log https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-47732-merge-880f75a34ec241f8bf/System.Net.Security.Tests/console.a52b0bd1.log?sv=2019-07-07&se=2021-03-02T22%3A08%3A13Z&sr=c&sp=rl&sig=ChDn%2Bv%2F%2Fi2ftQft%2BV8E6aLZbDFkZnl%2Bj0O%2FjauhAiYk%3D

build #47732, #47937

Author: Anipik
Assignees: -
Labels:

area-System.Net.Security, untriaged

Milestone: -

@Anipik
Copy link
Contributor Author

Anipik commented Feb 11, 2021

#48042 This is the most recent change in system.net.security

cc @wfurt @bartonjs can you guys take a look at this failure ?

@Anipik Anipik changed the title Authentication failures in SslStream_UntrustedCaWithCustomCallback_Throws & SslStream_UntrustedCaWithCustomCallback_OK [Release/5.0] Authentication failures in SslStream_UntrustedCaWithCustomCallback_Throws & SslStream_UntrustedCaWithCustomCallback_OK Feb 11, 2021
@wfurt
Copy link
Member

wfurt commented Feb 11, 2021

dup of #46837. 5.0 branch does not have that test disabled.

@Anipik Anipik closed this as completed Feb 11, 2021
@Anipik
Copy link
Contributor Author

Anipik commented Feb 11, 2021

should we disable them in 5.0 as well ?

@Anipik
Copy link
Contributor Author

Anipik commented Feb 11, 2021

I will throw up a pr to disable them in 5.0 as well

@karelz karelz added this to the 6.0.0 milestone Feb 11, 2021
@karelz
Copy link
Member

karelz commented Feb 11, 2021

Duplicate of #46837

@karelz karelz marked this as a duplicate of #46837 Feb 11, 2021
@dotnet dotnet locked as resolved and limited conversation to collaborators Mar 13, 2021
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Oct 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants