hello ,
i have problem with vhosts-ssl.conf ,
when i set settings like this :
<VirtualHost 192.168.2.100:443>
ServerName xxxxx. com
ServerAlias www.xxxxx. com
ServerAdmin [email protected]
DocumentRoot /home/xxxxxx/public_html
UseCanonicalName Off
ScriptAlias /cgi-bin/ /home/xxxxxx/public_html/cgi-bin/
i got problem Error 525: SSL handshake failed
but when i set main ip address everything work good ,
<VirtualHost 178.xxx.xxx.xx:443>
ServerName xxxxx. com
ServerAlias www.xxxxx. com
ServerAdmin webmaster@xxxxx. com
DocumentRoot /home/xxxxxx/public_html
UseCanonicalName Off
ScriptAlias /cgi-bin/ /home/xxxxxx/public_html/cgi-bin/
so pls help me out how i fix that , how i use vhosts ip 192.168.2.100 without any problem
thank you .