SSL Kiwiirc

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Post Reply
logics
Posts: 9
Joined: Sat May 27, 2023 5:10 pm

SSL Kiwiirc

Post by logics »

Friends, how do I make Kiwiirc chat ex: https://chat.server.org open with SSL?

I used certbot with unreal all ok irc.server.org.. I know it's not supported by kiwiirc. if you can help me

Code: Select all

# The websocket / http server
#[server.1]
#bind = "web.vipchat.com.br"
#port = 80

# Example TLS server
[server.2]
bind = "web.server.org"
port = 80
tls = true
cert = /etc/letsencrypt/live/web.vipchat.com.br/cert.pem
key = /etc/letsencrypt/live/web.vipchat.com.br/privkey.pem

# If you don't have a certificate, uncomment the below line to automatically generate a
# free certificate using letsencrypt.com (overrides the above cert/key options). This requires
# a server running on port 80 to initially generate the certificate.
#letsencrypt_cache = ./certs
dktmb
Posts: 3
Joined: Wed May 24, 2023 10:23 pm

Re: SSL Kiwiirc

Post by dktmb »

Hi logics,

Kiwiirc supports LE certifcates

The cert must be fullchain.pem, the key is ok

cert = /etc/letsencrypt/live/web.vipchat.com.br/fullchain.pem
key = /etc/letsencrypt/live/web.vipchat.com.br/privkey.pem
logics
Posts: 9
Joined: Sat May 27, 2023 5:10 pm

Re: SSL Kiwiirc

Post by logics »

Friend, do not open the kiwiirc https page.
logics
Posts: 9
Joined: Sat May 27, 2023 5:10 pm

Re: SSL Kiwiirc

Post by logics »

it worked thanks.
Post Reply