<?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/20024" />

	<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>2015-08-22T05:50:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2015-08-22T05:50:24-04:00</updated>

		<published>2015-08-22T05:50:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104358#p104358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104358#p104358"/>
		<title type="html"><![CDATA[Eggdrop SSL issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104358#p104358"><![CDATA[
You say you hadn't included package libssl-dev, but did you include <strong class="text-strong">tcl-tls</strong>?<br><br>If you run linux, you should be able to check by listing your tcl packages, using: dpkg -l | grep tcl<br><br>tcl-tls and tcllib are both needed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Sat Aug 22, 2015 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KeiroD]]></name></author>
		<updated>2015-08-16T09:03:10-04:00</updated>

		<published>2015-08-16T09:03:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104351#p104351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104351#p104351"/>
		<title type="html"><![CDATA[Eggdrop SSL issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104351#p104351"><![CDATA[
Turns out that I had not included libssl-dev. -_-<br><br>With that enabled, it's all good now... but I'm still having issues trying to get it to pick up https urls.<br><br>For example, if I say <a href="https://paypal.com" class="postlink">https://paypal.com</a> in a channel, it will simply output:<br><blockquote class="uncited"><div>[13:02:04] Connection to <a href="https://paypal.com" class="postlink">https://paypal.com</a> failed</div></blockquote>But since it uses curl to get the SSL certificate, I'm unable to resolve this issue.<br><br>I even ran update-ca-certificates and that did nothing but to update it. The issue persists and I don't know what SSL certificates are missing.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12558">KeiroD</a> — Sun Aug 16, 2015 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KeiroD]]></name></author>
		<updated>2015-08-15T16:58:10-04:00</updated>

		<published>2015-08-15T16:58:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104350#p104350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104350#p104350"/>
		<title type="html"><![CDATA[Eggdrop SSL issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104350#p104350"><![CDATA[
This is what I get when I have the bot try connecting:<br><blockquote class="uncited"><div>tclsh<br>% puts $tcl_version<br>8.6<br>% info patchlevel<br>8.6.1</div></blockquote><div class="codebox"><p>Code: </p><pre><code>Eggdrop v1.8.0+infiniteinfo (C) 1997 Robey Pointer (C) 2010 Eggheads[20:46:22] --- Loading eggdrop v1.8.0+infiniteinfo (Sat Aug 15 2015)[20:46:22] Listening at telnet port 6700 (all)[20:42:35] Trying server [irc.sorcery.net]:6697[20:42:35] DNS Resolver: Creating new record[20:42:35] DNS Resolver: Sent domain lookup request for "irc.sorcery.net".[20:42:35] DNS Resolver: Received nameserver reply. (qd:1 an:4 ns:3 ar:3)[20:42:35] DNS Resolver: answered domain query: "irc.sorcery.net"[20:42:35] DNS Resolver: TTL: 21m35s[20:42:35] DNS Resolver: TYPE: CNAME: name alias[20:42:35] DNS Resolver: answered domain is CNAME for: irc.us.geo.sorcery.net[20:42:35] DNS Resolver: answered domain query: "irc.us.geo.sorcery.net"[20:42:35] DNS Resolver: TTL: 1m[20:42:35] DNS Resolver: TYPE: A: host address[20:42:35] DNS Resolver: Lookup successful: irc.sorcery.net[20:42:35] DNS resolved irc.sorcery.net to 162.243.135.246[20:42:36] net: connect! sock 7[20:42:36] Connected to irc.sorcery.net[20:42:36] net: eof!(read) socket 7[20:42:36] Disconnected from irc.sorcery.net</code></pre></div>Obviously, SSL works... at least, to some degree. I have a bot on another server that has SSL working just fine... but the exact same config here for some reason does not work and it's been frustrating trying to reproduce this. Edit: Before I forget, the option to use SSL left at 0 is because I have it disabled until I can figure out exactly why SSL is not working before I put it back to 1. /edit<br><br>And the eggdrop config is <a href="https://pastebin.com/i0VH0dAF" class="postlink">here</a>.<br><br><br>What else looks wrong? This is on an Ubuntu 14.04 server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12558">KeiroD</a> — Sat Aug 15, 2015 4:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
