|
|
| Author |
Message |
pstruh none

Joined: 24 Feb 2005 Posts: 29
|
Posted: Mar 04, 2005 4:26am Post subject: Unreal and Annope - SSL connect |
|
|
I try to connect annope as linking server to SSL port.
my listen block is
listen *:6697
127.0.0.1:7029
{
options
{
ssl;
};
};
In link block
link services.annope.com
{
username *;
hostname 127.0.0.1;
bind-ip 127.0.0.1;
port 7029;
hub *;
password-connect "LiNk";
password-receive "LiNk";
class servers;
options {
autoconnect;
ssl;
};
};
IF I rehash ircd config file type me: Ignoring extra data in listen block this line 127.0.0.1:7029 |
|
| Back to top |
|
 |
chrishogben Lurker

Joined: 09 Sep 2003 Posts: 218 Location: UK
|
Posted: Mar 04, 2005 5:50am Post subject: |
|
|
If you'd have read Anope's documentation, you'd have noticed that we don't support connecting on SSL ports.
---
Chris Hogben
Anope QA Team Leader
Anope IRC Services |
|
| Back to top |
|
 |
pstruh none

Joined: 24 Feb 2005 Posts: 29
|
Posted: Mar 04, 2005 6:08am Post subject: |
|
|
| chrishogben wrote: | If you'd have read Anope's documentation, you'd have noticed that we don't support connecting on SSL ports.
---
Chris Hogben
Anope QA Team Leader
Anope IRC Services |
OK, thanks  |
|
| Back to top |
|
 |
|