ssl cannot connect

These are old archives. They are kept for historic purposes only.
Post Reply
mnmnk
Posts: 3
Joined: Sun Jun 19, 2005 1:22 am

ssl cannot connect

Post by mnmnk »

Hello, When i try to connect to my server ssl port 6697 i get disconectted right away and on the other side i get this message

Code: Select all

* Exiting ssl client [@123.123.123] SSL_accept(): Internal OpenSSL error or protocol error
I know this is not junk messages because i cannot connect using ssl.
I have ssl enable in ./Config and ssl flags in listen block.
Is there anything else i need to do and what can fix this problem
oh, when ./Config asked me for openssl path i left it blank
Because i do not know were it is.
But its installed
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

http://www.vulnscan.org/UnrealIrcd/faq/#65

Also, if you are just getting "Connection reset by peer", it means you did not tell your client the port is SSL - clients don't know these things, and need to be told. I think the standard for most clients is +<port>, like +6697.
Post Reply