Did I miss something?
Posted: Sat Dec 11, 2004 1:32 am
I'm having trouble linking my servers, I got the hub and anope services up and running, I just can't link any of my leafs.
I replaced the actual ips with HUB IP & LEAF IP for my protection.
Here is the HUB's listen blocks.
listen HUBIP:6667;
listen HUBIP:4001;
listen HUBIP:7325;
listen HUBIP:4000;
Now here is the Hub's link block.
link sidewinder.scrollrack.com
{
username *;
hostname LEAFIP;
bind-ip *;
port 7325;
leaf *;
password-connect "secret";
password-receive "secret";
class servers;
options {
nodnscache;
autoconnect;
ssl;
nohostcheck;
zip;
};
};
Now here is the leaf's listen blocks.
listen LEAFIP:6667;
listen LEAFIP:7325;
Now here are the Leaf's link block.
link hub.scrollrack.com
{
username *;
hostname HUBIP;
bind-ip *;
port 7325;
hub *;
password-connect "secret";
password-receive "secret";
class servers;
options {
nodnscache;
autoconnect;
ssl;
nohostcheck;
zip;
};
};
Now here is the error I'm getting when I do /connect hub.scrollrack.com from the leafs server.
-sidewinder.scrollrack.com- *** Connecting to hub.scrollrack.com[HUBIP].
-
-sidewinder.scrollrack.com- Exiting ssl client hub.scrollrack.com[@HUBIP.0]: SSL_connect(): Internal OpenSSL error or protocol error
What am I doing wrong...?
I replaced the actual ips with HUB IP & LEAF IP for my protection.
Here is the HUB's listen blocks.
listen HUBIP:6667;
listen HUBIP:4001;
listen HUBIP:7325;
listen HUBIP:4000;
Now here is the Hub's link block.
link sidewinder.scrollrack.com
{
username *;
hostname LEAFIP;
bind-ip *;
port 7325;
leaf *;
password-connect "secret";
password-receive "secret";
class servers;
options {
nodnscache;
autoconnect;
ssl;
nohostcheck;
zip;
};
};
Now here is the leaf's listen blocks.
listen LEAFIP:6667;
listen LEAFIP:7325;
Now here are the Leaf's link block.
link hub.scrollrack.com
{
username *;
hostname HUBIP;
bind-ip *;
port 7325;
hub *;
password-connect "secret";
password-receive "secret";
class servers;
options {
nodnscache;
autoconnect;
ssl;
nohostcheck;
zip;
};
};
Now here is the error I'm getting when I do /connect hub.scrollrack.com from the leafs server.
-sidewinder.scrollrack.com- *** Connecting to hub.scrollrack.com[HUBIP].
-
-sidewinder.scrollrack.com- Exiting ssl client hub.scrollrack.com[@HUBIP.0]: SSL_connect(): Internal OpenSSL error or protocol error
What am I doing wrong...?