Forcing HTTPS (SSL/TLS) Redirects Estimated Reading Time: 1 Minutes Forcing a redirect to the HTTPS protocol will cause clients and administrators visiting your Ubersmith instance at: http://billing.domain.com/ to be automatically transferred to https://billing.domain.com/ This configuration is encouraged, as it will force users to access your Ubersmith instance over a secure connection. Note: You must ensure that your Ubersmith instance is actually configured to listen on HTTPS before you can proceed, otherwise your users will likely be redirected to page indicating that the 'Connection was refused'. Enabling the HTTPS Redirection To force HTTPS using Ubersmith, enter the following in your config.ini.php file: [https] force=1 You will also need to update your server URL to include https:// on the Company Identity page under Settings.