Page 1 of 1

[FreeBSD Ports] UnrealIRCD 3.2.3 SSL failure

Posted: Fri Dec 23, 2005 4:09 pm
by ShadowBumble
He guyz i got a question i builded the Unreal IRCD from the port collection configured the whole thing but when i wanted to start it it gives this message in the logfile :

[Fri Dec 23 17:06:38 2005] - Failed to load SSL certificate server.cert.pem

How do i compile these manually ? And where does it has to be cause i couldn't find any options of this in the config file.

Posted: Fri Dec 23, 2005 9:41 pm
by Jason
I reccommend you do NOT use the ports unreal under freebsd. If you compile unreal yourself (I did on FBSD 5.1-6), it works fine.

This is your ssl certificate.

Posted: Fri Dec 23, 2005 11:18 pm
by ShadowBumble
Jason wrote:I reccommend you do NOT use the ports unreal under freebsd. If you compile unreal yourself (I did on FBSD 5.1-6), it works fine.

This is your ssl certificate.
I rebuilded it from scratch and now it works.

Thanks for the advice

Posted: Sat Dec 24, 2005 12:52 am
by Jason
No problem.


Developers/Founder(s): Couldnt you do something to get Unreal out of FreeBSD's ports?

Posted: Sat Dec 24, 2005 3:39 pm
by Suchiara
Why get it from the ports? Ports are constantly updated and maintained by the team..

All software coders expect their soft to be included in ports.

You mean that no one wants users to run old version of Unreal? And what about other software coders, lets say Apache. Do they want their users to run old versions?

Well, quite a strange view.

FreeBSD 6.0-STABLE + 3.2.4-rc3 with ssl

Posted: Tue Jan 31, 2006 1:13 am
by GpoMaL
Jason wrote:I reccommend you do NOT use the ports unreal under freebsd. If you compile unreal yourself (I did on FBSD 5.1-6), it works fine.

This is your ssl certificate.
Hi all,

I would like just to report my install.

The port unreal 3.2.3 doesn't run
After install and running, i have just a message "Initializing SSL"..

So, i have fetch Unreal 3.2.4-rc3 release ( for test )
( openssl-stable-0.9.7i )
Everything is ok for ./Config && make.

But, when i want to connect on my ircd ( my client is : xchat-gnome-0.5_1 )
i have this message :
"Connection failed. Error: (336130315) error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number"

Connect without ssl is ok.

That's all.