Anope Support > 2.0.x/1.9.x Support

Anope 2.0.7 - Module m_ssl_openssl (Win)

(1/2) > >>

Thomas Schaefer:
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)


Zemra:
Is your port 7000 ssl port?

Thomas Schaefer:
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

Thomas Schaefer:
Yes, the Port is 7000.

Thomas Schaefer:
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; };

Navigation

[0] Message Index

[#] Next page

Go to full version