Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Craig Fairhurst on March 17, 2019, 10:48:49 PM

Title: Unable to connect via uplink to InspIRCD
Post by: Craig Fairhurst on March 17, 2019, 10:48:49 PM
Hi

This is my services.conf https://pastebin.com/EHZ1MwvA

And here is my links.conf:
Code: [Select]
<link name="services.chatserve.website"
      ipaddr="127.0.0.1"
      port="7000"
      sid="3AX"
      allowmask="127.0.0.0/8"
      sendpass="*******"
      recvpass="*******">

<uline server="services.chatserve.website" silent="yes">

If somebody could point out where I am going wrong that would be great.

Many thanks
Title: Re: Unable to connect via uplink to InspIRCD
Post by: Craig Fairhurst on March 21, 2019, 07:53:18 PM
Hi

I've not had any further luck with this; could it be an openssl issue? Not sure, going to try on a different server now.

Kind regards
Title: Re: Unable to connect via uplink to InspIRCD
Post by: CrazyCat on March 22, 2019, 07:37:25 AM
First: re-comment the server config example (lines 131 to 138 of your config file), it's an example for your ircd, not a configuration part of anope.

If it doesn't work after that, run it with the --debug parameter (cf https://wiki.anope.org/index.php/2.0/README#Command_Line_Options)
Title: Re: Unable to connect via uplink to InspIRCD
Post by: Craig Fairhurst on March 23, 2019, 01:07:24 PM
It would appear I had not gone about installing the SSL library. A complete start-from-scratch approach helped a lot here.

Thanks all.