please help ssl on Win

These are old archives. They are kept for historic purposes only.
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

please help ssl on Win

Post 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
:cry: :cry: :cry: :cry:
please help me
Last edited by hmtaccess on Mon Dec 15, 2008 6:53 pm, edited 1 time in total.
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post 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
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: please help ssl on Win

Post 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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post by hmtaccess »

Thank you for your reply

but I do not think so,

sure is 1 cause other

I was then rehash
:cry: :cry: :cry: :cry: :cry: :cry:
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: please help ssl on Win

Post 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?
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post 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
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: please help ssl on Win

Post by zEkE »

When starting/rehashing do you get any warnings/errors?
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post by hmtaccess »

zEkE wrote:When starting/rehashing do you get any warnings/errors?
hi, configuration as above when I will not rehash problems
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: please help ssl on Win

Post by [dx] »

Does your IRCd version supports SSL?

Be sure you've downloaded Win32 (SSL)
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post 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
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post by hmtaccess »

nickoper this is hmtaccess
passoper this is minhhoi
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: please help ssl on Win

Post 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
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: please help ssl on Win

Post 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:

Code: Select all

make clean
./Config
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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: please help ssl on Win

Post by [dx] »

Read subject name:

please help ssl on Win
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: please help ssl on Win

Post by T-rexke »

he just got to download the version with SSL [win32] and then it will be fine i think
Post Reply