Playsms not working with SSL

Hello,

i have installed playsms in whm/cpanel environment (root access) on another port ie 8080 and it is working fine.

when i access the site with http://example.com:8080/playsms it is working fine
but
when i access it via ssl https://example.com:8080/playsms the website is not showing properly the CSS Style not showing correctly the site , shwoing big icons and menu in left side viritcally. please help thanks

virtual host setting

<VirtualHost *:8080>

SSLEngine on
SSLCertificateFile /home/komodo/ssl/certs/example.crt
SSLCertificateKeyFile /home/komodo/ssl/keys/example.key

ServerName example.com
DocumentRoot /home/komodo/public_html
ErrorLog /home/komodo/log/httpd-error.log
CustomLog /home/komodo/log/httpd-accesss.log combined

suPHP_UserGroup komodo komodo

playsmsd.conf

PLAYSMS_PATH="/home/komodo/public_html/playsms"
PLAYSMS_LIB="/home/komodo/lib/playsms"
PLAYSMS_BIN="/home/komodo/bin"
PLAYSMS_LOG="/home/komodo/log/playsms"
DAEMON_SLEEP=“1”
ERROR_REPORTING=“E_ALL ^ (E_NOTICE | E_WARNING)”

Hi, Anton, would help
thanks

thanks my issue has been fixed.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.