<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/7290" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-04-16T13:28:31-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/7290</id>

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-04-16T13:28:31-04:00</updated>

		<published>2004-04-16T13:28:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35624#p35624</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35624#p35624"/>
		<title type="html"><![CDATA[tls ssl socket support]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35624#p35624"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>  package require tls  ::tls::init -certfile certs/server-public.pem -keyfile certs/server-private.pem -ssl2 1 -ssl3 1 -tls1 0 -require 0 -request 0  ::tls::socket -server server $ports</code></pre></div>what is wrong with that for some reason won't work ..<br>i get it to work without the tls (ssl) normal socket but id like to add ssl someone ?? the only thing i get is blank lines ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Apr 16, 2004 1:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
