Category : SSL Certificate

In admin > admin user > site administration > security > HTTP security > select Use HTTPS for logins in /public_html/moodle/config.php change http to https $CFG->wwwroot = ‘http://moodle.domain.my’; in .htaccess DirectoryIndex index.php RewriteEngine on RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{RE..

Read more

Login to Windows Server Export SSL Certificate to a Base-64 Encoded Certificate Connect to your Windows VPS/Server through Remote Desktop where you have installed SmarterMail. Click Start, select Run. Type MMC, hit enter. Open File >> Add\Remove Snap ins. From the list of available snap-ins, select Certificates and hit Add. A new window will appear, ..

Read more

First, login into the Windows Server and open IIS, click start. Then, generate the SSL certificate signing request CSR by selecting the Control Panel and click on the Administrative Tools. From the centre menu double-click Server Certificates in the Security section. Then, click on the “Create Certificate Request” on the right side of the menu. ..

Read more

Same goes to the previous articles on How To: Install SSL Certificate (cPanel) In the Directadmin, go to the domain that need to be install/renew with SSL. Then, to generate the CSR in DirectAdmin, fill in all the details and click generate. Choose “create a certificate request” Paste the generated CSR in GlobalSign website in ..

Read more

First, login into the WHM and look for the domain Click on cPanel button for the domain you need to install/renew SSL certificate and search for SSL/TLS. Choose the Certificate Signing Requests (CSR) and generate the SSL certificate signing requests. Fill in all the details and click generate to generate the request Paste the generated ..

Read more

Sometimes, when cutomers use their gmail account to send out emails throught their website, e.g WordPress, they may encounter the error below: [cc]cURL error 60: SSL certificate problem: unable to get local issuer certificat[/cc] In order to fix it we need to download a CA cert file from https://curl.haxx.se/docs/caextract.html and include it in website’s php.ini ..

Read more