-
Notifications
You must be signed in to change notification settings - Fork 318
Description
I can run campaigns successfully without SSL. When doing a test with SSL it fails with message this site can't be reached (after clicking the link in the phishing email).
I have application site url as http://domain.info.
Within the campaign I have phishing URL set as https://o365.domain.info and FQDN set as o365.domain.info.
Apart from that I've entered the three SSL files into the email settings page.
I've included copy of apachectl -S below:
VirtualHost configuration:
*:443 o365.domain.info (/etc/apache2/sites-enabled/20.conf:13)
*:80 is a NameVirtualHost
default server o365.domain.info (/etc/apache2/sites-enabled/20.conf:1)
port 80 namevhost o365.domain.info (/etc/apache2/sites-enabled/20.conf:1)
alias o365.domain.info
port 80 namevhost domain.info (/etc/apache2/sites-enabled/pf.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex ssl-cache: using_defaults
Mutex default: dir="/var/run/apache2/" mechanism=default
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex ssl-stapling: using_defaults
Mutex proxy: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="www-data" id=33 not_used
Group: name="www-data" id=33 not_used
Any ideas on things to check would be greatly appreciated. Thanks!