rhtyd commented on a change in pull request #3553: CloudStack Backup & Recovery
Framework
URL: https://github.com/apache/cloudstack/pull/3553#discussion_r378887846
##########
File path:
plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/VeeamBackupProvider.java
##########
@@ -57,7 +57,7 @@
public static final String BACKUP_IDENTIFIER = "-CSBKP-";
public ConfigKey<String> VeeamUrl = new ConfigKey<>("Advanced",
String.class,
- "backup.plugin.veeam.url", "http://localhost:9399/api/",
+ "backup.plugin.veeam.url", "https://localhost:9398/api/",
Review comment:
@DaanHoogland I've changed the default to use https, as per their release
notes http is deprecated in future. Ref
https://helpcenter.veeam.com/docs/backup/rest/whatsnew_14.html?ver=95u4 cc
@PaulAngus @borisstoyanov
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services