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
Updated by Ohad Levy about 15 years ago
- Status changed from New to Closed
- Target version set to 0.1-3
- % Done changed from 0 to 100
fix at f26126b9
Actions