Actions
Feature #104
closedPuppet report submissions to puppet should handle HTTPS URLs
Description
Using the simple Net:HTTP.post ruby method will always try to speak plaintext HTTP, even over an HTTPS URL. The attached patch examines uri.scheme, and enables SSL if needed.
Files
Actions