Description
When the https mode is enabled, it seems that the SSL certificate does not allow workflow icons to be displayed in the generated catalog.

Steps to reproduce it
- Enable HTTPS mode
- Install an SSL certificate
- Generate the catalog report
How to solve it
A possible fix is to update the report generation request by adding an option to bypass SSL certificate checking like --no-check-certificate for wget or -k option for curl queries.