Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope Connection Reset by Peer (redux)  (Read 1309 times)

0 Members and 1 Guest are viewing this topic.

chris

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 2
Anope Connection Reset by Peer (redux)
« on: January 16, 2023, 09:22:50 PM »

I started a new post since this is similar to low's post but not the same.

server name and password have been edited for security.

Config from Unreal:

Code: [Select]

/* Special SSL/TLS servers-only port for linking */
listen {
        ip *;
        port 6900;
        options { tls; serversonly; }
}

link services.example.com
{
        incoming {
                mask 127.0.0.1;
        }

        password "*************************";

        class servers;
}


and in Anope:

Code: [Select]

uplink
{
        host = "127.0.0.1"
        ipv6 = no
        ssl = yes
        port = 6900
        password = "*************************"
}


Starting Anope up with the above configurations and I get this:

Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/6900) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:6900
Lost connection from uplink #1 (127.0.0.1:6900): Connection reset by peer

If it remove the TLS option from Unreal and change Anope to SSL = no. Then it works.

Anope 2.0.12, build #2, compiled 21:35:45 Jan 15 2023
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/6900) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:6900
Successfully linked, launching into background...

Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: Anope Connection Reset by Peer (redux)
« Reply #1 on: January 16, 2023, 10:43:04 PM »

oh god. you spam multiple forums with this. :\

anyway: https://forums.unrealircd.org/viewtopic.php?p=40376#p40376
i answered there. :)
Logged

chris

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 2
Re: Anope Connection Reset by Peer (redux)
« Reply #2 on: January 16, 2023, 11:29:12 PM »

Thank you for answering it. I didn't know if it was an Anope or Unreal issue thus it was posted in both locations to cover all the bases.
Logged
Pages: [1]   Go Up