Page 1 of 1

ssl problem

Posted: Thu Sep 28, 2006 11:58 am
by Bronx AnarchY
I configured unrealircd conf for ssl support on port 6697 but when I connect to my server on ssl port, itc says to me an error ;


* Unable to connect to server (Host disconnected)


whats my problem, thanx.

Posted: Thu Sep 28, 2006 1:19 pm
by Jobe
If you're using mIRC to connect you will need to specify the port number prefixed with a + sign. For example:

Code: Select all

/server server.name +6697
For mIRC you will also need libeay32.dll and ssleay32.dll in the same directory as mirc.exe to connect to an ssl server.

For other IRC clients i am unsure what the requirements are.

yes I try

Posted: Thu Sep 28, 2006 1:25 pm
by Bronx AnarchY
I try it already, But my problem always, when I try connect my ssl port, ex: /s irc.xxxx.com +6697 mırc says to me its error ;

* Unable to connect to server (Host disconnected)

Posted: Thu Sep 28, 2006 2:12 pm
by Jobe
Have you made sure to include a listen block for port 6697 with the ssl; option specified? For example:

Code: Select all

listen *:6697 {
  options {
    ssl;
  };
};
Also are you getting any errors in your log files for Unreal?

I already have this line

Posted: Thu Sep 28, 2006 9:10 pm
by Bronx AnarchY
I already have it line :(


listen *:6697 {
options {
ssl;
clientsonly;
};
};

Posted: Fri Sep 29, 2006 1:37 am
by White_Magic
/rehash the server and look for errors,

if theres no errors.
check there is no Ban block and the Allow blocks will allow your ip to connect.

yes

Posted: Fri Sep 29, 2006 1:05 pm
by Bronx AnarchY
ohbet.KonyaChat.Com- *** Notice -- [warning] unrealircd.conf:60: listen with SSL flag enabled on a non SSL compile


but I config ssl compıle with ./Config -advanced

Posted: Fri Sep 29, 2006 1:14 pm
by Jobe
Well that error would indicate it didnt compile with SSL support. Have a look at the response you get from /raw version or /quote version and look for an e flag for example:
Unreal3.2.5. alpha.invictachat.net FhinXeOoZE

Posted: Fri Sep 29, 2006 1:21 pm
by White_Magic
that would only confirm the fact it wasnt compiled on SSL support.
- otherwise thats a bad bug there.

check through the logs to see if an error occured when trying to compile with ssl, im 95% sure it would crash the compile if an error occured :)

looks like your gonna have to start again and make sure SSL gets compiled this time, or just simply remove the SSL support for the listen block and it`ll run normally just without the ssl support.