-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update networking.md #26716
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
Update networking.md #26716
Conversation
add notes about SPN
gewarren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this!
| | **runtimeconfig.json** | `System.Net.Http.UsePortInSpn` | `true` - includes port number in SPN e.g. `HTTP/host:port` <br>`false` - does not include port in SPN e.g. `HTTP/host`<br> | | ||
| | **Environment variable** | `DOTNET_SYSTEM_NET_HTTP_USEPORTINSPN` | `1` - includes port number in SPN e.g. `HTTP/host:port` <br/>`0` - does not include port in SPN e.g. `HTTP/host` | | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Genevieve Warren <[email protected]>
gewarren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - just one final suggestion.
Co-authored-by: Genevieve Warren <[email protected]>
add notes about SPN
followup on #26614