Jump to content

Virgo Pärna

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Virgo Pärna

  1. Ok, I can try Wireshark at Monday. But that is probably the reason. 3DES is disabled at stretch version of openssl. And while jessie version of libssl1.0.0 is still installed the eraserver would not work with it (with libssl and libcrypto linked to 1.0.0 version). I guess that monitoring would not work with that computer anymore. Since it is not actively used, it really is not much of a issue. At least it is good to know the reason.

  2. An on the server side the errors are:

    Error: NetworkModule [Thread aa6f6b40]: Receive: NodSslWriteEncryptedData: Internal error in the underlying implementations., ResolvedIpAddress:10.10.10.36, ResolvedHostname:clientname, ResolvedPort:1758

    Error: NetworkModule [Thread aa6f6b40]: Protocol failure for session id 1557, error:Receive: NodSslWriteEncryptedData: Internal error in the underlying implementations.

  3. 39 minutes ago, MartinK said:

    Problem will be most probably with OpenSSL 1.1.* which is not supported by this ERA release. In case this library is found prior to older 1.0.x, it will result in failure. Only possibility is to configure system or ERA daemon startup script so that 1.0.2 ssl libraries are prioritized.  Forcing older library should be possible using environment variables defined for ERA process, or possibly also by creating symbolic link in it's program files directory (/opt/eset/RemoteAdministrator/Server/).

    Thanks. Creating links in /opt/eset/RemoteAdministrator/Server for

    libcrypto.so -> /usr/lib/i386-linux-gnu/libcrypto.so.1.0.2

    libssl.so -> /usr/lib/i386-linux-gnu/libssl.so.1.0.2

    seems to have fixed the issue for now.

  4. After upgrading server operating system to Debian Stretch (was Jessie) eraserver fails to start up with "SSL initialization failed". (in trace.log).

    2017-11-24 12:54:59 Information: Kernel [Thread b7507980]: Loading module library Network
    2017-11-24 12:55:00 Error: Service [Thread b7507980]: SSL initialization failed

    I have following ssl libraris installed:

    libssl1.0.0

    libssl1.0.2

    libssl1.1

  5. There appears to be some kind of problem with database structure with Remote Administration server 6.5.417.0 for Linux (at least using MySQL database). Server fails to start up with  "Table 'era_db.tbl_log_apps_installed_status' doesn't exist" message in lasterror.html file. This table and many others existed in version 6.4, but they are not anymore in database creation scripts in newest version. And according to tbl_database_version the database version should be 6517.

×
×
  • Create New...