Page 1 of 2
please help ssl on Win
Posted: Mon Dec 15, 2008 6:42 pm
by hmtaccess
greet everyone, I started installing ssl on my IRC
but there are some issues having expected only to help people
I do not know much about this place,
password "cert.pem" { sslclientcert; };
he put it how
expect people to just help
but this is the configuration files of my
oper hmtaccess {
class clients;
from {
userhost *@*;
};
password "minhhoi"
password "cert.pem" { sslclientcert; };
I do not chat is correct
when I typed the command like this then it error
....../rehash -ssl
-192.168.1.11- SSL is not enabled on this server
please help me
Re: please help ssl on Win
Posted: Mon Dec 15, 2008 6:46 pm
by hmtaccess
the first step I did exactly as he @Stealth
1. First, you need to go to this website, and download the latest OpenSSL installer for Windows.
2. Run the installer, be sure it gets installed to C:\OpenSSL
3. Download ssl.zip from Sts's site or Stealth's site (MD5: 288bd52659ba6f1d03cb10f0631686c5; SHA1: 6fe3fd7a16a6776d2cc42eebf00edf8238c9d415)
4. Unzip the contents to the directory of your choice.
5. Run makeNewCert.bat, provide it with the proper information.
6. Once done, you will have 3 new files in the directory you unzipped it to. The files will be: privkey.pem, cert.pem, and certreq.pem.
This part I've done so and then follow the instructions
Re: please help ssl on Win
Posted: Mon Dec 15, 2008 9:52 pm
by zEkE
Did you restart the IRCd after applying the appropriate changes, or just rehash?
I don't use the windows version, so grabbing at straws a little - seems to be a logical step.
Re: please help ssl on Win
Posted: Tue Dec 16, 2008 3:32 am
by hmtaccess
Thank you for your reply
but I do not think so,
sure is 1 cause other
I was then rehash

Re: please help ssl on Win
Posted: Tue Dec 16, 2008 4:43 pm
by T-rexke
let me see your listen blocks i think that the problem is there you have to put ssl; as an option to you know?
Re: please help ssl on Win
Posted: Tue Dec 16, 2008 4:50 pm
by hmtaccess
this is the configuration files of me, people have commented what
Code: Select all
listen 192.168.1.11:6667
{
options
{
clientsonly;
ssl;
};
};
listen *:8067;
listen *:6667;
link services.hmtaccess.serveftp.net
{
username *;
hostname 192.168.1.11;
port 6667;
bind-ip *;
password-connect "hmtaccess";
password-receive "hmtaccess";
class servers;
};
ulines {
services.hmtaccess.serveftp.net;
};
if you need the information to ask for people to just help
sorry my english bad
Re: please help ssl on Win
Posted: Tue Dec 16, 2008 5:27 pm
by zEkE
When starting/rehashing do you get any warnings/errors?
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 6:09 am
by hmtaccess
zEkE wrote:When starting/rehashing do you get any warnings/errors?
hi, configuration as above when I will not rehash problems
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 1:29 pm
by [dx]
Does your IRCd version supports SSL?
Be sure you've downloaded Win32 (SSL)
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 4:52 pm
by hmtaccess
[dx] wrote:Does your IRCd version supports SSL?
Be sure you've downloaded Win32 (SSL)
I apologize ssl installed
but one thing is when I type the command
/ oper mickoper passoper
announced it like this
Password Incorrect
I do not expect people to understand just help
before installing the ssl still often bình Login
please
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 4:54 pm
by hmtaccess
nickoper this is hmtaccess
passoper this is minhhoi
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 6:04 pm
by hmtaccess
hi, i type command
/rehash
announced it like this
192.168.1.11- *** Notice -- Loading IRCd configuration ..
-
-192.168.1.11- *** Notice -- [warning] unrealircd.conf:76: Duplicate oper::password directive
-
-192.168.1.11- *** Notice -- [warning] unrealircd.conf:132: listen with SSL flag enabled on a non SSL compile
-
-192.168.1.11- *** Notice -- [warning] unrealircd.conf:319: Duplicate set::services-server directive
-
-192.168.1.11- *** Notice -- Configuration loaded without any problems ..
-
people think how
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 6:15 pm
by zEkE
See, this is where we run into problems. I asked if you had errors or warnings on rehash or restart. You said no. Those lines you pasted are warnings on rehash.
Anyway, this further confirms what we've been saying (and you've been denying).
Your Unreal install DOESN'T support SSL, and needs to be enabled on the server.
If you are using Unix, you need to:
When asked about SSL support, say "Yes".
IF you get errors regarding openssl, you need to research and fix those.
If you do not get errors during configure, you can `make` again.
On the other hand, if you're using Windows, you need to download an
SSL capable installer, removing your current install and replacing it with the SSL version.
Re: please help ssl on Win
Posted: Wed Dec 17, 2008 7:26 pm
by [dx]
Read subject name:
please help ssl on Win
Re: please help ssl on Win
Posted: Thu Dec 18, 2008 12:39 pm
by T-rexke
he just got to download the version with SSL [win32] and then it will be fine i think