devblackops / PasswordState

PowerShell module for interacting with ClickStudio's PasswordState password management application
Apache License 2.0
40 stars 14 forks source link

Prevent Access to insecure TLS sites #13

Open trir262 opened 4 years ago

trir262 commented 4 years ago

The module modifies the default powershell session behavior to prevent access to tls sites that have selfsigned or untrusted certificates. Having the possibility to modify the session is not part of the module and should be removed. People (unwillingly) update their security settings

Expected Behavior

Connecting to untrusted TLS sites is not possible.

Current Behavior

Connecting to untrusted TLS sites is possible

Possible Solution

I am building a PR to correct this.

Steps to Reproduce (for bugs)

N/A

Context

N/A

Your Environment

N/A