Quassel IRC Client in Kubuntu 9.04 Alpha 6
First i try running it via KMenu .. application appear and hang while connecting to IRC server … i try to check what actually happened :
fenris@kubuntu:~/Documents$ quassel
2009-03-17 12:37:42 Warning: SslServer: Certificate file /home/fenris/.config/quassel-irc.org/quasselCert.pem does not exist
2009-03-17 12:37:42 Warning: SslServer: Unable to set certificate file
Quassel Core will still work, but cannot provide SSL for client connections.
Please see http://quassel-irc.org/faq/cert to learn how to enable SSL support.
2009-03-17 12:37:42 Warning: SslServer: Certificate file /home/fenris/.config/quassel-irc.org/quasselCert.pem does not exist
2009-03-17 12:37:42 Info: Storage Backend is ready. Quassel Schema Version: 14
2009-03-17 12:37:42 Info: Restoring previous core state…
Hmm .. its mean i need to generate ssl cert to get connected .. so i do the following cmd to generate it
fenris@kubuntu:~/Documents$ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout ~/.quassel/quasselCert.pem -out ~/.quassel/quasselCert.pem
Generating a 1024 bit RSA private key
…………..++++++
…………….++++++
unable to write ‘random state’
writing new private key to ‘/home/fenris/.quassel/quasselCert.pem’
—–
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‘.’, the field will be left blank.
—–
Country Name (2 letter code) [AU]:MY
State or Province Name (full name) [Some-State]:Cyberjaya
Locality Name (eg, city) []:Cyberjaya
Organization Name (eg, company) [Internet Widgits Pty Ltd]:OSCC
Organizational Unit Name (eg, section) []:RND
Common Name (eg, YOUR name) []:Khairul Aizat Kamarudzzaman
Email Address []:khairul@domain.org.my
Yay !! got connected …







