Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope 2.0.7 - Module m_ssl_openssl (Win)  (Read 2951 times)

0 Members and 1 Guest are viewing this topic.

Thomas Schaefer

  • Anope User
  • Offline Offline
  • Posts: 6
Anope 2.0.7 - Module m_ssl_openssl (Win)
« on: April 29, 2020, 08:24:32 AM »

Hello together,

I can't connect SSL.
The required module is active but cannot be loaded.
VC++ 2010, 2012 and OpenSSL are installed on the PC.
Unfortunately, it is not possible to start the Module.

If you still need software to use the OpenSSL module on Windows.
OS: Windows Server 2019

ERROR:
[Apr 29 09:20:32.000455 2020] Debug: Trying to load module: m_ssl_openssl
[Apr 29 09:20:32.000478 2020] Debug: Das angegebene Modul wurde nicht gefunden. (The specified module could not be found.)

[Apr 29 09:20:33.000054 2020] Debug: Lost connection from uplink #1 (127.0.0.1:7000)
[Apr 29 09:20:33.000055 2020] Debug: Check that you are not connecting Anope to an SSL enabled port without configuring SSL in Anope (or vice versa)


Logged

Zemra

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #1 on: April 29, 2020, 08:26:40 AM »

Is your port 7000 ssl port?
Logged

Thomas Schaefer

  • Anope User
  • Offline Offline
  • Posts: 6
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #2 on: April 29, 2020, 08:27:58 AM »

The SSL connection has already worked. Unfortunately,
I uninstalled the VC , Virsual Studio and OpenSSL after that i have not been able to connect.
I have reinstalled the software unfortunately without success.
Maybe I've forgotten something.

Please Help
Logged

Thomas Schaefer

  • Anope User
  • Offline Offline
  • Posts: 6
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #3 on: April 29, 2020, 08:28:27 AM »

Yes, the Port is 7000.
Logged

Thomas Schaefer

  • Anope User
  • Offline Offline
  • Posts: 6
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #4 on: April 29, 2020, 08:31:37 AM »

Conf - Anope

{
   /*
    * The IP or hostname of the IRC server you wish to connect Services to.
    * Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
    *
    * NOTE: On some shell providers, this will not be an option.
    */
   host = "127.0.0.1"

   /*
    * Enable if Services should connect using IPv6.
    */
   ipv6 = no

   /*
    * Enable if Services should connect using SSL.
    * You must have an SSL module loaded for this to work.
    */
   ssl = yes

   /*
    * The port to connect to.
    * The IRCd *MUST* be configured to listen on this port, and to accept
    * server connections.
    *
    * Refer to your IRCd documentation for how this is to be done.
    */
   port = 7000

   /*
    * The password to send to the IRC server for authentication.
    * This must match the link block on your IRCd.
    *
    * Refer to your IRCd documentation for more information on link blocks.
    */
   password = "XXXXXXXX"
}


Conf - Unreal IRC

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

Zemra

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #5 on: April 29, 2020, 08:33:04 AM »

« Last Edit: April 29, 2020, 08:43:57 AM by Zemra »
Logged

Thomas Schaefer

  • Anope User
  • Offline Offline
  • Posts: 6
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #6 on: April 29, 2020, 09:24:34 AM »

the error is the module cannot be loaded. If the module is not active, the error would not occur
Logged

The Myth Lives

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • What goes around, comes around.
    • PTirc
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #7 on: April 29, 2020, 10:17:51 AM »

I assume that the IRCd and Anope are running in the same machine. If so, you can disable SSL/TLS connection as it doesn't makes much sense to connect via SSL/TLS on localhost.

Cheers
Logged
What doesn't kill us, makes us stronger!

Thomas Schaefer

  • Anope User
  • Offline Offline
  • Posts: 6
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #8 on: April 29, 2020, 12:13:06 PM »

Hello, the proposal is just a workaround.
I would load and use the m_ssl_openssl module.
Unfortunately, this is not possible because the module cannot be loaded.
Logged

The Myth Lives

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • What goes around, comes around.
    • PTirc
Re: Anope 2.0.7 - Module m_ssl_openssl (Win)
« Reply #9 on: April 29, 2020, 01:41:19 PM »

Did you enabled the module by typing ./extras in the source code root directory and choosing m_ssl_openssl.cpp?
Logged
What doesn't kill us, makes us stronger!
Pages: [1]   Go Up