<?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: SSL Certificates &#8211; Secure Server Certificates</title>
	<atom:link href="http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 03:37:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: milicic.marko</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-87</link>
		<dc:creator>milicic.marko</dc:creator>
		<pubDate>Fri, 15 Aug 2008 08:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-87</guid>
		<description>http://www.apache.org</description>
		<content:encoded><![CDATA[<p>http://www.apache.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtang@sbcglobal.net</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-90</link>
		<dc:creator>rtang@sbcglobal.net</dc:creator>
		<pubDate>Fri, 15 Aug 2008 02:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-90</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: vijay rajan</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-89</link>
		<dc:creator>vijay rajan</dc:creator>
		<pubDate>Thu, 14 Aug 2008 11:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-89</guid>
		<description>It&#039;s a multifaceted answer because you first need to determine if you want a third party as a Trusted Authority, such as Verisign or Thawte.  If you&#039;re selling anything on your site, definitely get a trusted third party involved in order for others to trust you.  If you use that process, follow the third parties instructions on how to do it (they all have detailed information on their sites).  

If not, follow the instructions linked below.  You&#039;ll first need the certificate server to self sign the certificates and then need to generate and approve it yourself.  

Good luck,

WG</description>
		<content:encoded><![CDATA[<p>It&#039;s a multifaceted answer because you first need to determine if you want a third party as a Trusted Authority, such as Verisign or Thawte.  If you&#039;re selling anything on your site, definitely get a trusted third party involved in order for others to trust you.  If you use that process, follow the third parties instructions on how to do it (they all have detailed information on their sites).  </p>
<p>If not, follow the instructions linked below.  You&#039;ll first need the certificate server to self sign the certificates and then need to generate and approve it yourself.  </p>
<p>Good luck,</p>
<p>WG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jazz</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-91</link>
		<dc:creator>Jazz</dc:creator>
		<pubDate>Thu, 14 Aug 2008 02:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-91</guid>
		<description>There is a tutorial here,
http://www.digicert.com/ssl-certificate-installation.htm</description>
		<content:encoded><![CDATA[<p>There is a tutorial here,<br />
http://www.digicert.com/ssl-certificate-installation.htm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flafuncop</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-86</link>
		<dc:creator>flafuncop</dc:creator>
		<pubDate>Thu, 14 Aug 2008 01:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-86</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: vijay rajan</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-88</link>
		<dc:creator>vijay rajan</dc:creator>
		<pubDate>Wed, 13 Aug 2008 20:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-88</guid>
		<description>Having worked for a large &quot;Certificate Authority&quot; for 6+ years, I used to always encounter folks in your situation needing to know this little bit of info....and I would always direct them to this MS Support article: http://support.microsoft.com/kb/239875</description>
		<content:encoded><![CDATA[<p>Having worked for a large &quot;Certificate Authority&quot; for 6+ years, I used to always encounter folks in your situation needing to know this little bit of info&#8230;.and I would always direct them to this MS Support article: http://support.microsoft.com/kb/239875</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundar</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-92</link>
		<dc:creator>sundar</dc:creator>
		<pubDate>Wed, 13 Aug 2008 09:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-92</guid>
		<description>Oh, definitely yes!  If it&#039;s a credit card, all the standard credit-card protections apply.  Namely, even if someone does steal the credit card number and make fraudulent purchases, you won&#039;t have to pay for those purchases.  So credit card purchasing is inherently safe, no matter how much encryption (or how little encryption) is used.</description>
		<content:encoded><![CDATA[<p>Oh, definitely yes!  If it&#039;s a credit card, all the standard credit-card protections apply.  Namely, even if someone does steal the credit card number and make fraudulent purchases, you won&#039;t have to pay for those purchases.  So credit card purchasing is inherently safe, no matter how much encryption (or how little encryption) is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: argh.pirate</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-84</link>
		<dc:creator>argh.pirate</dc:creator>
		<pubDate>Tue, 12 Aug 2008 02:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-84</guid>
		<description>yes and no.   you do have to have an ssl certificate for ssl to work, but if you create your own, it is not a publically trusted certificate.  the person on the other end has to trust that you are who you say you are.    you may say, but i am.  that is correct, but I also could pretend to be you.</description>
		<content:encoded><![CDATA[<p>yes and no.   you do have to have an ssl certificate for ssl to work, but if you create your own, it is not a publically trusted certificate.  the person on the other end has to trust that you are who you say you are.    you may say, but i am.  that is correct, but I also could pretend to be you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BtAlex</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/comment-page-1/#comment-85</link>
		<dc:creator>BtAlex</dc:creator>
		<pubDate>Tue, 12 Aug 2008 02:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comment-85</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>
</channel>
</rss>
