chiradeep / go-nitro

A Golang client to the Citrix ADC API
Apache License 2.0
18 stars 21 forks source link

Add SSL Verify Option #8

Closed roadbikemike closed 6 years ago

roadbikemike commented 7 years ago

This change adds a DisableSSLVerify() function to disable SSL validation for endpoints which are not using valid certificates. The default behavior is to always check.

chiradeep commented 6 years ago

Re-did the constructors in a sane fashion in 54d943a

roadbikemike commented 6 years ago

LOL. Thanks for fixing this in a "sane" manner. The effort put in to my original change was minimal so we could get this working quickly. Appreciate you cleaning up...