I have written a chef cookbook for windows platform. I'm able to converge the cookbook. It is working fine with downloading the packages from the internal artifactory using "http", but unable to access "https" due to SSL ERROR 12045?
Asked
Active
Viewed 755 times
0
-
Remember that Chef's HTTPS settings only apply to Chef itself, for any external tool it calls, you'll need to configure it too. – coderanger Jan 13 '18 at 23:32