Using DAB we create an appliance. How do we ensure that a SSL server runs correctly?
 
Install SSL Module
	
	
	
		
 
Edit
	
	
	
		
and
	
	
	
		
 
So far none of this happened to work.
 
The unistallation of the apache Modules above if needed, is done by:
	
	
	
		
				
			Install SSL Module
		Code:
	
	a2enmod ssl
/etc/init.d/apache2 retsartEdit
		Code:
	
	/etc/apache2/ports.conf
		Code:
	
	/etc/apache2/sites-available/default-sslSo far none of this happened to work.
The unistallation of the apache Modules above if needed, is done by:
		Code:
	
	a2dismod ssl
/etc/init.d/apache2 retsart 
	 
	