There's a quick and dirty workaround. Before I show it I have to make the usual disclaimer:
IT IS NEVER A GOOD IDEA TO TURN OFF CERTIFICATE VALIDATION, ESPECIALLY NOT IN PRODUCTION!
- Log into your salt/raas-appliance as root.
- Open /etc/raas/raas in an editor.
- Add the following lines to the end of the file:
#vra bypass validate ssl
vra:
validate_ssl: False
4. Restart the service:
systemctl stop raas && systemctl daemon-reload && systemctl start raas