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

NegotiateStream in Tcp is not supported for UWP. #1235

Closed
StephenBonikowsky opened this issue Jun 1, 2016 · 6 comments
Closed

NegotiateStream in Tcp is not supported for UWP. #1235

StephenBonikowsky opened this issue Jun 1, 2016 · 6 comments
Assignees
Labels
bug This is a product bug. UWP
Milestone

Comments

@StephenBonikowsky
Copy link
Member

StephenBonikowsky commented Jun 1, 2016

I found two issues in corefx that might be what fixes this issue, @iamjasonp @mconnew could one of you confirm?

dotnet/corefx#2928
dotnet/corefx#4721

Using this issue as the ActiveIssue for the tests in...
\Scenarios\Security\TransportSecurity\Negotiate\NegotiateStream_Tcp_Tests.cs

@roncain
Copy link
Contributor

roncain commented Sep 1, 2016

Tests that fail for me run on NET Native are:

  • NegotiateStream_Tcp_AmbientCredentials
  • NegotiateStream_Tcp_With_ExplicitSpn
  • NegotiateStream_Tcp_With_SPN
  • NetTcp_TransportSecurity_StreamedRequest_RoundTrips_String
  • NetTcp_TransportSecurity_Streamed_RoundTrips_String_WithSingleThreadedSyncContext
  • NetTcp_TransportSecurity_Streamed_RoundTrips_String
  • NetTcp_TransportSecurity_Streamed_Async_RoundTrips_String
  • NetTcp_TransportSecurity_StreamedResponse_Async_RoundTrips_String
  • NetTcp_TransportSecurity_StreamedResponse_RoundTrips_String
  • NetTcp_TransportSecurity_Streamed_TimeOut_Long_Running_Operation
  • NetTcp_TransportSecurity_Streamed_Async_RoundTrips_String_WithSingleThreadedSyncContext

@iamjasonp
Copy link
Member

iamjasonp commented Sep 5, 2016

NegotiateStream_Tcp_AmbientCredentials
NegotiateStream_Tcp_With_ExplicitSpn
NegotiateStream_Tcp_With_SPN

These I think will require a domain-joined server - did you test with a domain joined server?

@zhenlan
Copy link
Member

zhenlan commented Jun 13, 2017

@DavidGoll will networking have NegotiateStream support in UWP/NS2.0 timeframe?

@CIPop
Copy link
Member

CIPop commented Jun 13, 2017

@zhenlan
Copy link
Member

zhenlan commented Jun 13, 2017

Great, I see dotnet/corefx#14560 is in UWP6.0 milestone. Thanks @CIPop!

cc: @mconnew

@mconnew
Copy link
Member

mconnew commented Jul 7, 2017

Resovled by #2043

@mconnew mconnew closed this as completed Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a product bug. UWP
Projects
None yet
Development

No branches or pull requests

6 participants