Linked up using SSL
Posted: Sat Mar 19, 2005 7:53 am
link server1ip
{
username *;
hostname theserver1ip;
bind-ip *;
port theportweuse;
hub *;
password-connect "thepasswordnoitsnottherealonesilly";
password-receive "thepasswordnoitsnottherealonesilly";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
# ssl;
zip;
};
};
You can see I have the ssl commented out, only reason it was commented out is because were having problems linking up to eachother when its uncommented. Other then that we linkup fine.
Just want to know what we can do to get this uncommented and working.
The 2 servers are win2kserver, with unrealSSL ircd's, openssl isnt installed on the server, but i do see the openssl.exe in the unreal dir.
Would we need to install openssl on the server too,
or will the exe in the unreal dir be ok. If so, how can we get it to work correctly. What "link" port# do you recommed for me to use that will support the ssl "link" connection.
Thanks~
fluid-
PS: we do use a password for our users to use to connect to the ircd server, if that has anything to do with it, which i dont think it does, cause its just for the client connect port and not the link port.
{
username *;
hostname theserver1ip;
bind-ip *;
port theportweuse;
hub *;
password-connect "thepasswordnoitsnottherealonesilly";
password-receive "thepasswordnoitsnottherealonesilly";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
# ssl;
zip;
};
};
You can see I have the ssl commented out, only reason it was commented out is because were having problems linking up to eachother when its uncommented. Other then that we linkup fine.
Just want to know what we can do to get this uncommented and working.
The 2 servers are win2kserver, with unrealSSL ircd's, openssl isnt installed on the server, but i do see the openssl.exe in the unreal dir.
Would we need to install openssl on the server too,
or will the exe in the unreal dir be ok. If so, how can we get it to work correctly. What "link" port# do you recommed for me to use that will support the ssl "link" connection.
Thanks~
fluid-
PS: we do use a password for our users to use to connect to the ircd server, if that has anything to do with it, which i dont think it does, cause its just for the client connect port and not the link port.