Feature #104
Puppet 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.
History
#1
Updated by Ohad Levy over 13 years ago
- Status changed from New to Closed
- Target version set to 0.1-3
- % Done changed from 0 to 100
fix at f26126b9