I have some doubts on the fixed topic about this.
I have my unreal3.2.8.1 in a Debian server but usually i connect to it with xchat client in windows...
So, to create my .pem files, should i use the windows or the *Nix version of the tutorial?
I already have tried both but i'm getting this error when performing the "./oper mynick *" command:
* No O-lines for your host
In unrealircd.conf i have this:
Code: Select all
oper myircnick {
class clients;
from {
userhost myircnick!*@*;
};
password "myircnick.pem" {
sslclientcert;
};
flags
{
can_zline;
can_gzline;
can_gkline;
global;
};
};
