AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
323 stars 131 forks source link

Handling for non-TLS HTTP requests #342

Open lipkau opened 5 years ago

lipkau commented 5 years ago

Context

As already identified in #341, invoke-WebRequest on Powershell Core does not allow for non-TLS by default. Non-TLS connections must be explicitly allowed with -AllowUnencryptedAuthentication. JiraPS has no interest in making a generic handling which will add the parameter automatically, as the module does not encourage the usage with non-secure http connections - as the credentials are sent as Basic Auth.

Description

JiraPS should allow the user to configure the module so that non-secure http connections are supported.

Current recommendation (would only apply to JiraPS v3):