After installing ssl on your Smart School hosting you need to edit your base url in following file –
Open file \application\config\config.php and find the line $config['base_url'] = 'http://yourdomain.com/';
change it to $config['base_url'] = 'https://yourdomain.com/';
thats it.