feat(xo-server/patching): use HTTPS to fetch XenServer updates

This commit is contained in:
Julien Fontanet
2023-03-03 10:49:07 +01:00
parent c0d20f04b6
commit da4b3db17a

View File

@@ -63,7 +63,7 @@ export default {
return this
})
async _getXenUpdates() {
const response = await this.xo.httpRequest('http://updates.xensource.com/XenServer/updates.xml')
const response = await this.xo.httpRequest('https://updates.xensource.com/XenServer/updates.xml')
const data = parseXml(await response.buffer()).patchdata