RamblingCookieMonster / RabbitMQTools

PowerShell module containing cmdlets to manage RabbitMQ.
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
31 stars 22 forks source link

Working with self-signed certificated #45

Open Frickeldave opened 3 years ago

Frickeldave commented 3 years ago

Hi,

i am having trouble with working with self-signed certificates. I analyzed that and found, that there is no option to ignore invalid certificates. Would it be possible to integrate a "-SkipCertificateCheck" parameter into all functions and pass it through to all "Invoke-RestMethod" (and probably other) calls?

That would be really great. Specially in test-environments we work very intensively with self-signed certificates.

Regards

Dave