Commit 50174ab459e7a6c007f6ffa15d381f2f18bd89b8

Patrick Steinhardt 2016-02-10T11:06:23

coverity: use https URL for posting build When posting our instrumented build results to Coverity we have to include sensitive information, in particular our authorization token. Currently we use an unencrypted channel to post this information, leading to the token being transferred in plain. Fix this by using a secured connection instead.