Skip to content

Remove TLS change for PowerShell 5.1#97

Closed
stefanhubertus wants to merge 0 commit intomainfrom
bugfix_Remove-TLS-change-for-PS5.1
Closed

Remove TLS change for PowerShell 5.1#97
stefanhubertus wants to merge 0 commit intomainfrom
bugfix_Remove-TLS-change-for-PS5.1

Conversation

@stefanhubertus
Copy link
Contributor

When the WebAPIUri was changed, we encountered issues in Windows PowerShell 5.1. After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be changed from the SystemDefault value. It is recommended to use PowerShell 7 or later.

@stefanhubertus stefanhubertus changed the title Remove TSL change for PowerShell 5.1 Remove TLS change for PowerShell 5.1 Feb 11, 2026
Copy link
Collaborator

@AchilleasMitos-TV AchilleasMitos-TV left a comment

Choose a reason for hiding this comment

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

question: how should we handle the versioning for this change? Is this considered breaking? Do we even need to communicate the change to the users within the CHANGELOG?

@stefanhubertus
Copy link
Contributor Author

stefanhubertus commented Feb 11, 2026

question: how should we handle the versioning for this change? Is this considered breaking? Do we even need to communicate the change to the users within the CHANGELOG?

I will add it to the change log after the other PR was merged. We are currently preparing a version of AD-Connector that uses this function for the US environment and then it will not work unless you get the new version of TeamViewerPS (release is still pending for that AD-Connector). Until then nobody ever had a productive use-case for this functionality anyways.

@stefanhubertus stefanhubertus force-pushed the bugfix_Remove-TLS-change-for-PS5.1 branch from c900c20 to 50ad316 Compare February 11, 2026 15:11
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.

2 participants