<?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 To Lighttpd Create Self Signed SSL Certificates</title> <atom:link href="http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: zman</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-155502</link> <dc:creator>zman</dc:creator> <pubDate>Sun, 02 May 2010 15:09:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-155502</guid> <description>Thanks for the tutorial, but  lighttpd with openssl produce error:
(network.c.601) SSL: failed to initialize TLS servername callback, openssl library does not support TLS servername extension
freebsd 7.3
openssl-0.9.8m
lighttpd-1.4.26</description> <content:encoded><![CDATA[<p>Thanks for the tutorial, but  lighttpd with openssl produce error:<br
/> (network.c.601) SSL: failed to initialize TLS servername callback, openssl library does not support TLS servername extension</p><p>freebsd 7.3<br
/> openssl-0.9.8m<br
/> lighttpd-1.4.26</p> ]]></content:encoded> </item> <item><title>By: Quick way to Lighttpd HTTPS/SSL &#124; florian.demmer.org</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-145999</link> <dc:creator>Quick way to Lighttpd HTTPS/SSL &#124; florian.demmer.org</dc:creator> <pubDate>Fri, 05 Dec 2008 11:44:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-145999</guid> <description>[...] create certificate (loosly following this tutorial) [...]</description> <content:encoded><![CDATA[<p>[...] create certificate (loosly following this tutorial) [...]</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-145839</link> <dc:creator>Paul</dc:creator> <pubDate>Sun, 30 Nov 2008 11:36:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-145839</guid> <description>Hi,
Thanks for the tutorial!
I discovered that the key generation command asked for information but gave fairly misleading guidance which led to some confusion.
The important one was this prompt:
-&gt; Common Name (eg, YOUR name) []:
This actually needs to be the exact hostname ie &quot;www.domain.com&quot; of the server you&#039;re generating the key for. You&#039;d be forgiven for thinking otherwise!
Info from http://sial.org/howto/openssl/self-signed/
I wonder if you could update the HOWTO to clarify this point?
Thanks,
Paul</description> <content:encoded><![CDATA[<p>Hi,</p><p>Thanks for the tutorial!</p><p>I discovered that the key generation command asked for information but gave fairly misleading guidance which led to some confusion.</p><p>The important one was this prompt:<br
/> -&gt; Common Name (eg, YOUR name) []:</p><p>This actually needs to be the exact hostname ie &#8220;www.domain.com&#8221; of the server you&#8217;re generating the key for. You&#8217;d be forgiven for thinking otherwise!</p><p>Info from <a
href="http://sial.org/howto/openssl/self-signed/" rel="nofollow">http://sial.org/howto/openssl/self-signed/</a></p><p>I wonder if you could update the HOWTO to clarify this point?</p><p>Thanks,</p><p>Paul</p> ]]></content:encoded> </item> <item><title>By: sameera</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-144859</link> <dc:creator>sameera</dc:creator> <pubDate>Fri, 05 Sep 2008 11:34:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-144859</guid> <description>Please help
I&#039;m still getting the following error in FF,
The connection was interrupted....
and i  couldn&#039;t do the following line,
chown lighttpd:lighttpd /etc/lighttpd/ssl -R
it says &quot;invalid user&quot;
I&#039;m trying to implement ssl over my ruby app.
please help and thank you for the great post
-- sameera</description> <content:encoded><![CDATA[<p>Please help</p><p>I&#8217;m still getting the following error in FF,</p><p>The connection was interrupted&#8230;.</p><p>and i  couldn&#8217;t do the following line,</p><p>chown lighttpd:lighttpd /etc/lighttpd/ssl -R</p><p>it says &#8220;invalid user&#8221;</p><p>I&#8217;m trying to implement ssl over my ruby app.</p><p>please help and thank you for the great post</p><p>&#8211; sameera</p> ]]></content:encoded> </item> <item><title>By: DanielS</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-144855</link> <dc:creator>DanielS</dc:creator> <pubDate>Fri, 05 Sep 2008 07:42:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-144855</guid> <description>What a wounderful post! It&#039;s been a little tough finding a good, simple, but effective site to help me get https connections working on my lighttpd setup!
Many Thanks! This post helped ALOT!</description> <content:encoded><![CDATA[<p>What a wounderful post! It&#8217;s been a little tough finding a good, simple, but effective site to help me get https connections working on my lighttpd setup!</p><p>Many Thanks! This post helped ALOT!</p> ]]></content:encoded> </item> <item><title>By: radeone</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-120209</link> <dc:creator>radeone</dc:creator> <pubDate>Sun, 22 Apr 2007 10:45:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-120209</guid> <description>the certificate pops up as if it owned by . how do you fix that</description> <content:encoded><![CDATA[<p>the certificate pops up as if it owned by . how do you fix that</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-45761</link> <dc:creator>nixcraft</dc:creator> <pubDate>Sun, 24 Dec 2006 10:28:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-45761</guid> <description>Matt,
Thanks for heads up!
To avoid confusion, example has been modified.</description> <content:encoded><![CDATA[<p>Matt,</p><p>Thanks for heads up!</p><p>To avoid confusion, example has been modified.</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-45740</link> <dc:creator>Matt</dc:creator> <pubDate>Sun, 24 Dec 2006 09:00:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-create-self-signed-ssl-certificates.html#comment-45740</guid> <description>Correction:
ssl.pemfile = &quot;/etc/lighttpd/ssl/domain.com/domain.com&quot;
Otherwise lighttpd will try to open the directory as the key file and will fail with
SSL: Private key does not match the certificate public key, reason: error:0906D06C:PEM routines:PEM_read_bio:no start line</description> <content:encoded><![CDATA[<p>Correction:</p><p>ssl.pemfile = &#8220;/etc/lighttpd/ssl/domain.com/domain.com&#8221;</p><p>Otherwise lighttpd will try to open the directory as the key file and will fail with<br
/> SSL: Private key does not match the certificate public key, reason: error:0906D06C:PEM routines:PEM_read_bio:no start line</p> ]]></content:encoded> </item> </channel> </rss>
