<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How Do I Get Ssl Certificates for My Website?</title>
	<atom:link href="http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 13:08:03 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Webmaster</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-3824</link>
		<dc:creator>Webmaster</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-3824</guid>
		<description>&lt;strong&gt;Hello! Please e-mail me your contacts. I have a question &lt;a href=&quot;http://spottovo.ru/ webmaster@spottovo.ru&quot; rel=&quot;nofollow&quot;&gt;...&lt;/a&gt;...&lt;/strong&gt;

Thank you!!!...</description>
		<content:encoded><![CDATA[<p>Hello! Please e-mail me your contacts. I have a question </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I_Need_Help</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-28</link>
		<dc:creator>I_Need_Help</dc:creator>
		<pubDate>Thu, 22 Oct 2009 05:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-28</guid>
		<description>Verisign is decent.  Thawte is also a good SSL Certificate.  However, the list price on a new Thawte SSL Web Server Certificate is about $250 for one year.</description>
		<content:encoded><![CDATA[<p>Verisign is decent.  Thawte is also a good SSL Certificate.  However, the list price on a new Thawte SSL Web Server Certificate is about $250 for one year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gibbywmu</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-23</link>
		<dc:creator>gibbywmu</dc:creator>
		<pubDate>Thu, 22 Oct 2009 04:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-23</guid>
		<description>An SSL is a secured way to send encrypted data, and SSL certificate is a real good sign of people entering there credit card information (even if you are doing it with E-Junkie or whatever merchant service providers).
So yes, you would need SSL.
You must have observed that https:// is very much secure way for your target customers to enter the site and buy your goods / products, in your case its dog treats.</description>
		<content:encoded><![CDATA[<p>An SSL is a secured way to send encrypted data, and SSL certificate is a real good sign of people entering there credit card information (even if you are doing it with E-Junkie or whatever merchant service providers).<br />
So yes, you would need SSL.<br />
You must have observed that https:// is very much secure way for your target customers to enter the site and buy your goods / products, in your case its dog treats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flafuncop</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-25</link>
		<dc:creator>flafuncop</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-25</guid>
		<description>The 12.99 SSL certificate only certifies that the site is secure. You don&#039;t get the green bar if someone visits your site. The green thing shows that the company is validated, such company exists, such company is trusted, the company can be sued easily if it cheats you. (which costs 500). You get a green bar when you visit it. (it means it is secure)

Basically the $500 also includes insurance or warranty...should your customers credit card accounts get hijacked somehow, they will refund the customers (I think)

You need OpenSSL support on linux (and the certificate file). To use SSL, just make the beginning of the website address as https:// instead of http://

Basically you need to force the shopping cart pages to use SSL. Maybe you could try putting the general info pages on a webserver that allows only http, and the confidential pages on a webserver that allows only https. I don&#039;t know how to do this though.

Well, once the certificate is installed, you cannot change the .com address (or the DNS name) it is registered to. Also you need something called a seal on each of your webpages (like thawte secured, verisign secured, and so on, whatever certifier you subscribe to, they will give you the seal.)

I hope I helped.</description>
		<content:encoded><![CDATA[<p>The 12.99 SSL certificate only certifies that the site is secure. You don&#039;t get the green bar if someone visits your site. The green thing shows that the company is validated, such company exists, such company is trusted, the company can be sued easily if it cheats you. (which costs 500). You get a green bar when you visit it. (it means it is secure)</p>
<p>Basically the $500 also includes insurance or warranty&#8230;should your customers credit card accounts get hijacked somehow, they will refund the customers (I think)</p>
<p>You need OpenSSL support on linux (and the certificate file). To use SSL, just make the beginning of the website address as https:// instead of http://</p>
<p>Basically you need to force the shopping cart pages to use SSL. Maybe you could try putting the general info pages on a webserver that allows only http, and the confidential pages on a webserver that allows only https. I don&#039;t know how to do this though.</p>
<p>Well, once the certificate is installed, you cannot change the .com address (or the DNS name) it is registered to. Also you need something called a seal on each of your webpages (like thawte secured, verisign secured, and so on, whatever certifier you subscribe to, they will give you the seal.)</p>
<p>I hope I helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bunny Doctor101</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-26</link>
		<dc:creator>Bunny Doctor101</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-26</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Crazy Man</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-27</link>
		<dc:creator>Crazy Man</dc:creator>
		<pubDate>Tue, 20 Oct 2009 06:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-27</guid>
		<description>You only need a SSL certificate if you want to offer secure transactions on your web site.  You would only need this if you are going to want people to enter private information such as credit card numbers.  SSL allows that information to be encrypted before it is sent from the browser to the server.  If you don&#039;t have SSL, the credit card numbers would be sent unencrypted, and anyone could intercept them.

If your web site isn&#039;t going to be doing any transactions with sensitive information like that, then you don&#039;t need a SSL certificate.</description>
		<content:encoded><![CDATA[<p>You only need a SSL certificate if you want to offer secure transactions on your web site.  You would only need this if you are going to want people to enter private information such as credit card numbers.  SSL allows that information to be encrypted before it is sent from the browser to the server.  If you don&#039;t have SSL, the credit card numbers would be sent unencrypted, and anyone could intercept them.</p>
<p>If your web site isn&#039;t going to be doing any transactions with sensitive information like that, then you don&#039;t need a SSL certificate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BtAlex</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-29</link>
		<dc:creator>BtAlex</dc:creator>
		<pubDate>Tue, 20 Oct 2009 04:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-29</guid>
		<description>Yes you can create multiple secure websites on an singe server. But both websites need a different ip number!

mydomain.net. 10.0.0.1
sub.mydomain.net. 10.0.0.2

The SSL protocol is only working on HTTP 1.0 and not the HTTP 1.1 protocol. Within the HTTP 1.1 protocol you can send the hostname of the server in the header.</description>
		<content:encoded><![CDATA[<p>Yes you can create multiple secure websites on an singe server. But both websites need a different ip number!</p>
<p>mydomain.net. 10.0.0.1<br />
sub.mydomain.net. 10.0.0.2</p>
<p>The SSL protocol is only working on HTTP 1.0 and not the HTTP 1.1 protocol. Within the HTTP 1.1 protocol you can send the hostname of the server in the header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awsome</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-24</link>
		<dc:creator>Awsome</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-24</guid>
		<description>You need to check with your registrar who registered your domain name they will be able to do it for you.

Govindji Patel</description>
		<content:encoded><![CDATA[<p>You need to check with your registrar who registered your domain name they will be able to do it for you.</p>
<p>Govindji Patel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Escobar</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-22</link>
		<dc:creator>Aaron Escobar</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-22</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Pavon M</title>
		<link>http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/comment-page-1/#comment-21</link>
		<dc:creator>Pavon M</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2009/10/how-do-i-get-ssl-certificates-for-my-website/#comment-21</guid>
		<description>If you want a secure website (where people are notified traffic is encrypted by the browser), you NEED an SSL certificate for your site (and connect to it via https://). There&#039;s no other way around that.

Otherwise, you might as well just put text or a graphic on your site saying that it&#039;s &#039;safe&#039;. What stops me from taking the graphic directly from HackerProof and make any site look safe just by displaying it. Where is the security there?

Unfortunately, the big problem is that just because it&#039;s an SSL certified site, doesn&#039;t mean that it hasn&#039;t been hacked (it just means that a third-party has verified the owner of the site to be legitimate). 

Other sites that offer just certificates, will charge you yearly for the use of a bot scanner (ie: antivirus/antimalware). Why not just invest in a good antivirus/bot scanning package yourself, and save yourself the annual fee?

SSL certs should only cost about $150 per year or less btw. Try http://www.digicert.com for your cert needs if you decide to go that route.</description>
		<content:encoded><![CDATA[<p>If you want a secure website (where people are notified traffic is encrypted by the browser), you NEED an SSL certificate for your site (and connect to it via https://). There&#039;s no other way around that.</p>
<p>Otherwise, you might as well just put text or a graphic on your site saying that it&#039;s &#039;safe&#039;. What stops me from taking the graphic directly from HackerProof and make any site look safe just by displaying it. Where is the security there?</p>
<p>Unfortunately, the big problem is that just because it&#039;s an SSL certified site, doesn&#039;t mean that it hasn&#039;t been hacked (it just means that a third-party has verified the owner of the site to be legitimate). </p>
<p>Other sites that offer just certificates, will charge you yearly for the use of a bot scanner (ie: antivirus/antimalware). Why not just invest in a good antivirus/bot scanning package yourself, and save yourself the annual fee?</p>
<p>SSL certs should only cost about $150 per year or less btw. Try http://www.digicert.com for your cert needs if you decide to go that route.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
