When i start my dedicated server on Ubuntu 22.04 i see following lines in log:
LogEOSSDK: Initializing EOSSDK Version:1.15.3-21924193
LogInit: Using libcurl 7.83.1
LogInit: - built for Linux
LogInit: - supports SSL with OpenSSL/1.1.1n
LogInit: - supports HTTP deflate (compression) using libz 1.2.12
LogInit: - other features:
LogInit: CURL_VERSION_SSL
LogInit: CURL_VERSION_LIBZ
LogInit: CURL_VERSION_IPV6
LogInit: CURL_VERSION_ASYNCHDNS
LogInit: CURL_VERSION_LARGEFILE
LogInit: CurlRequestOptions (configurable via config and command line):
LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate
LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy
LogInit: - bDontReuseConnections = false - Libcurl will reuse connections
LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host
LogInit: - LocalHostAddr = Default
LogInit: - BufferSize = 65536
LogOnline: Warning: OSS: TryLoadSubsystemAndSetDefault: LoadSubsystemModule([EOS]) failed
LogOnline: OSS: Created online subsystem instance for: NULL
LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL]
However, dedicated server is able to create session, but this session is not visible in matchmaking list on product page of epic developer portal.
On windows everything works fine.
Maybe I missed something?