Nakiami / mellivora

Mellivora is a CTF engine written in PHP
GNU General Public License v3.0
441 stars 171 forks source link

Broken HTTPS w/ Lets EncryptCert #96

Closed archcloudlabs closed 6 years ago

archcloudlabs commented 7 years ago

After enabling SSL within the app via Mellivora/include/config/config.inc.php, the page appears broken in the browser.

screen shot 2017-08-12 at 7 04 10 pm

Any ideas on how to resolve this?

Thanks!

CarlosLannister commented 6 years ago

You need to modify config.inc.php. Add https to CONFIG_SITE_URL and CONFIG_SITE_URL_STATIC_RESOURCES.

Just use vim /var/www/mellivora/include/config/config.inc.php and edit.