dnewsholme / PasswordState-Management

Powershell Module For Management of Passwordstate. (Powershell Core Compatible)
GNU General Public License v3.0
39 stars 14 forks source link

Old code forcing TLS 1.2 not cleaned up everywhere #148

Closed colombeen closed 2 years ago

colombeen commented 2 years ago

I can still see 2 resource function files where there is still TLS 1.2 being forced... This shouldn't be done from within a module, because it may break other modules/scripts. The procotol should be forced from the PasswordState server.

dnewsholme commented 2 years ago

fixed in #151