ssl problem

These are old archives. They are kept for historic purposes only.
Post Reply
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

ssl problem

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

yes I try

Post 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)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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?
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

I already have this line

Post by Bronx AnarchY »

I already have it line :(


listen *:6697 {
options {
ssl;
clientsonly;
};
};
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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.
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

yes

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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.
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Post Reply