<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>InstaCarma Blog &#187; SSL</title>
	<atom:link href="http://instacarma.com/blog/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://instacarma.com/blog</link>
	<description>Information Resource for Web Hosting Technical Support and Server Management</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:06:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Change in hostname causing redirection on secure access</title>
		<link>http://instacarma.com/blog/technical/change-in-hostname-causing-redirection-on-secure-access/</link>
		<comments>http://instacarma.com/blog/technical/change-in-hostname-causing-redirection-on-secure-access/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:58:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1184</guid>
		<description><![CDATA[Issue : The server hostname was changed. Ever since that, secure access such as http://servername.new:2087 redirects to https://servername.old:2087 Fix : This happens when the SSL certificate has not been reset for the services. Go to WHM >> Manage Service SSL Certificates. Re-issue all the service certificates. This should resolve the issue!]]></description>
			<content:encoded><![CDATA[<p><strong>Issue : </strong></p>
<p>The server hostname was changed. Ever since that, secure access such as http://servername.new:2087 redirects to https://servername.old:2087</p>
<p><strong>Fix : </strong></p>
<p>This happens when the SSL certificate has not been reset for the services.<br />
Go to WHM >> Manage Service SSL Certificates.<br />
Re-issue all the service certificates.</p>
<p>This should resolve the issue!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/change-in-hostname-causing-redirection-on-secure-access/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>htaccess redirect for SSL non-www to www</title>
		<link>http://instacarma.com/blog/technical/htaccess-redirect-for-non-www-to-www/</link>
		<comments>http://instacarma.com/blog/technical/htaccess-redirect-for-non-www-to-www/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1115</guid>
		<description><![CDATA[Issue : Need to redirect https://domain.com to https://www.domain.com for SSL purposes. Solution : Use the following code in the htaccess file under the public_html folder for the concerned domain : RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ https://www.domain.com/$1 [L,R=301]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue : </strong></p>
<p>Need to redirect https://domain.com to https://www.domain.com for SSL purposes. </p>
<p><strong>Solution : </strong></p>
<p>Use the following code in the <em>htaccess</em> file under the <em>public_html</em> folder for the concerned domain : </p>
<blockquote><p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^domain.com [NC]<br />
RewriteRule ^(.*)$ https://www.domain.com/$1 [L,R=301]</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/htaccess-redirect-for-non-www-to-www/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plesk : Installing SSL Certificate</title>
		<link>http://instacarma.com/blog/technical/plesk-installing-ssl-certificate/</link>
		<comments>http://instacarma.com/blog/technical/plesk-installing-ssl-certificate/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:22:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles and tutorials]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=959</guid>
		<description><![CDATA[Following are the steps to install an SSL certificate in Plesk : 1. Download the Primary, Intermediate and Root certificate files. 2. Log in to the Plesk Control Panel. 3. Select &#8216;Domains&#8217; from the left menu. 4. Click on the domain name for which the certificate has been created for. 5. Click on the &#8216;Certificates&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Following are the steps to install an SSL certificate in Plesk :   </p>
<p>1. Download the Primary, Intermediate and Root certificate files.<br />
2. Log in to the Plesk Control Panel.<br />
3. Select &#8216;Domains&#8217; from the left menu.<br />
4. Click on the domain name for which the certificate has been created for.<br />
5. Click on the &#8216;Certificates&#8217; menu item.<br />
6. There is a button in the middle of the page labeled &#8216;Browse&#8217;. Click &#8216;Browse&#8217; >> navigate to the location of the saved Primary Certificate (your_domain_name.crt) >> Select it >> Click &#8216;Send File&#8217;. This will upload and install the certificate against the corresponding Private Key.<br />
7. The certificate will now appear in the list of certificates at the bottom of the page.<br />
8. Click on the particular certificate in the list.<br />
9. Look for the box  labeled &#8216;CA Certificate&#8217;. You  need to paste both the Intermediate Certificate and Trusted Root Certificate in this box.<br />
10. Click the &#8216;Send Text&#8217; button.<br />
11. Now click &#8216;Up Level&#8217; until you get to the top level and choose &#8216;Setup&#8217;.<br />
12. At the top of the page, change the &#8216;SSL Certificate&#8217; drop-down menu to the certificate you have just installed.<br />
13. Click the &#8216;Server&#8217; item from the left menu.<br />
14. Click on the &#8216;Service Management&#8217; menu item.<br />
15. Restart the Web Server to activate the certificate.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/plesk-installing-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wild-card SSL not working for cPanel/WHM</title>
		<link>http://instacarma.com/blog/technical/wild-card-ssl-not-working-for-cpanelwhm/</link>
		<comments>http://instacarma.com/blog/technical/wild-card-ssl-not-working-for-cpanelwhm/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=845</guid>
		<description><![CDATA[Issue : A wild-card SSL (*.server.tld) works for the server hostname (https://hostname.server.tld) but does NOT work for cPanel/WHM (https://hostname.server.tld:2083) Fix : - Go to WHM >> Service Configuration >> Manage Service SSL Certificates - Install the certificate for each of the services. This should resolve the issue.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue : </strong></p>
<p>A wild-card SSL (*.server.tld) works for the server hostname (https://hostname.server.tld) but does NOT work for cPanel/WHM (https://hostname.server.tld:2083)</p>
<p><strong>Fix : </strong></p>
<p>- Go to WHM >> Service Configuration >> Manage Service SSL Certificates<br />
- Install the certificate for each of the services.</p>
<p>This should resolve the issue.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/wild-card-ssl-not-working-for-cpanelwhm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting to secure connection</title>
		<link>http://instacarma.com/blog/technical/redirecting-to-secure-connection/</link>
		<comments>http://instacarma.com/blog/technical/redirecting-to-secure-connection/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:50:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=616</guid>
		<description><![CDATA[Issue : When someone tries to access the site through the insecure URL (http) , it should redirect ( to https ) automatically. Fix : This can be easily achieved by putting the following code in the .htaccess file under &#8216;public_html&#8217; folder : RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://www.yourdomainname.tld/$1 [L,R] (Assuming that you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue : </strong></p>
<p>When someone tries to access the site through the insecure URL (http) , it should redirect ( to https ) automatically.</p>
<p><strong>Fix : </strong></p>
<p>This can be easily achieved by putting the following code in the .htaccess file under &#8216;public_html&#8217; folder : </p>
<blockquote><p>RewriteEngine On<br />
RewriteCond %{SERVER_PORT} !^443$<br />
RewriteRule ^(.*)$ https://www.yourdomainname.tld/$1 [L,R]</p></blockquote>
<p>(Assuming that you have SSL installed on the domain <img src='http://instacarma.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/redirecting-to-secure-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL error : &#8220;Unknown authority&#8221; on accessing a secure webpage</title>
		<link>http://instacarma.com/blog/technical/ssl-error-unknown-authority-on-accessing-a-secure-webpage/</link>
		<comments>http://instacarma.com/blog/technical/ssl-error-unknown-authority-on-accessing-a-secure-webpage/#comments</comments>
		<pubDate>Sat, 09 May 2009 16:55:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=155</guid>
		<description><![CDATA[Issue : Why is that when I try to access a secure web page on your server my browser shows an error message saying something about an &#8220;unknown authority&#8221;, and won&#8217;t load the page. Fix : When SSL is installed and if you are still getting warning messages like &#8220;Unknown authority&#8221;, then the problem could [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue : </strong></p>
<p>Why is that when I try to access a secure web page on your server my browser shows an error message saying something about an &#8220;unknown authority&#8221;, and won&#8217;t load the page.</p>
<p><strong>Fix : </strong></p>
<p>When SSL is installed and if you are still getting warning messages like &#8220;Unknown authority&#8221;, then the problem could be because of some directives missing in httpd.conf.</p>
<p>1)Check the configuration file &#8211; httpd.conf for the missing directives<br />
vi /usr/local/apache/conf/httpd.conf</p>
<p>Check for the following three directives in the Virtual Host entry for the<br />
domain(avibird.com) in httpd.conf for port 443.</p>
<p>SSLCertificateFile /usr/share/ssl/certs/avibird.com.crt (This is for<br />
certificate)<br />
SSLCertificateKeyFile /usr/share/ssl/private/avibird.com.key ( This is for<br />
key)<br />
SSLCACertificateFile /usr/share/ssl/certs/ca_new.txt (This is the ca bundle<br />
file)</p>
<p>If &#8220;SSLCACertificateFile&#8221; directive is not present then the given warning will<br />
be shown. Add the missing entries in httpd.conf and save the configuration<br />
file.</p>
<p>2) Test the configuration file &#8211; httpd.conf</p>
<p>/usr/local/apache/bin/apachectl configtest</p>
<p>Restart the Apache server<br />
/etc/rc.d/init.d/httpd stop/startssl</p>
<p>IMPORTANT<br />
=========<br />
The above solution will work only provided the following 3 files are present<br />
/usr/share/ssl/certs/avibird.com.crt ( for certificate)<br />
/usr/share/ssl/private/avibird.com.key ( for key)<br />
/usr/share/ssl/certs/ca_new.txt ( bundle file)</p>
<p>If the above files are not present, you need to install the SSL cert again<br />
WHM</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/ssl-error-unknown-authority-on-accessing-a-secure-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newly Installed SSL certificate is not showing in browser</title>
		<link>http://instacarma.com/blog/technical/newly-installed-ssl-certificate-is-not-showing-in-browser/</link>
		<comments>http://instacarma.com/blog/technical/newly-installed-ssl-certificate-is-not-showing-in-browser/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:02:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=94</guid>
		<description><![CDATA[Issue : New SSL certificate has been installed for a domain through plesk control panel but while checking the certificate via a browser, the old one that is about to expire is still in place instead of new one. Cause : The new SSL certificate is not assigned to the domain from the IP Pool [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue :</strong></p>
<p>New SSL certificate has been installed for a domain through plesk control panel but while checking the certificate via a browser, the old one that is about to expire is still in place instead of new one.</p>
<p><strong>Cause :</strong></p>
<p>The new SSL certificate is not assigned to the domain from the IP Pool section of plesk control panel.</p>
<p><strong>Fix :</strong></p>
<p>Login to your Plesk control panel. Assign the new SSL certificate to your domain.<br />
1) Viewing the new SSL certificate<br />
Click on Home at left panel of your control panel &gt;&gt; Click on your domain name &gt;&gt; Click on Certificates icon under Services section. All the installed SSL certificates will be listed here.<br />
2) Assigning the new SSL certificate to your domain<br />
Click on Home on the left side of your control panel &gt;&gt;Click on IP Pool icon under Tools section &gt;&gt; Click on the respective IP address assigned to the domain &gt;&gt; Assign the new SSL Certificate from the list of available SSL certificates for this domain and click  OK.<br />
You might need to restart Apache. New SSL certificate can be viewed through browser.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://instacarma.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://instacarma.com/blog/technical/newly-installed-ssl-certificate-is-not-showing-in-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
