Thanks for the explanations. Now I understand...
best...
Detlev
best...
Detlev
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu


Quote from: Victor Kirhenshtein on June 22, 2020, 04:17:47 PMI have started a clean new attempt in DebugLevel 5 with SSLTrace switched on.
What is debug level? You should see lines like "Adding CA certificate ..." on level 3 and more on level 5.
Quote from: Victor Kirhenshtein on June 18, 2020, 02:52:37 PM
Is it typo when copying here or actual typo in your config, or correct configuration (v: and c:)?
ServerCACertificate = v:\netxms\etc\ca.cer
ServerCertificate = c:\netxms\etc\cert.cer
Also, are there any messages about certificate loading on server startup?
Quote from: Victor Kirhenshtein on June 17, 2020, 09:45:43 AM
Did you provide root CA certificate and all intermediate CA certificates in server configuration?
Quote from: Victor Kirhenshtein on June 05, 2020, 10:40:34 AM
How server side log looks like for that tunnel? Also, please try this agent version: https://netxms.org/download/releases/3.3/nxagent-3.3.350-x64.exe - it fixes incorrect error code display in "SSL read error" message so we could see actual socket error code that could provide some clue.
Another thought - could it be that you have some kind of DPI device between agent and server that detects SSL handshake and blocks connection for some reason?
Quote from: Victor Kirhenshtein on June 03, 2020, 04:24:57 PM
Please check that your server certificate has CA constraint set to TRUE. You can do that by printing certificate in text form with command like this:
openssl x509 -text -noout -in server.crt
and look for "X509v3 Basic Constraints" section. For example, my test server's certificate looks like this (only relevant part of the output):
X509v3 extensions:
X509v3 Basic Constraints:
CA:TRUE
Quote from: Victor Kirhenshtein on May 05, 2020, 04:45:32 PM
yes, Ubuntu 20 packages will be available shortly.
Quote from: Victor Kirhenshtein on June 02, 2020, 11:32:09 AMHi,
2020.06.02 06:04:06.788 *D* [tunnel ] 192.168.10.6: SSL_write error (bytes=-1 ssl_err=5 errno=2)
SSL error 5 means underlying socket error, which is strange because SSL negotiation seems to be completed successfully. Are you using server version 3.3.x as well? Can you check what was logged in server log during that attempt?
Quote from: Filipp Sudanov on June 01, 2020, 05:56:45 PM
Please try the most recent nxagent-3.3.330 version, adding EnableSSLTrace=yes to agent configuration file and setting DebugLevel=7. Please share agent log for the time when the situation occurs.