#513 closed defect (fixed)

Not compiled with SSL

Reported by: mmazzariol Owned by: mickem
Priority: 5 Milestone: 0.4.0
Component: NRPE Version: 0.4.0-rc
Severity: Bugs Keywords: ssl
Cc:

Description

Hello,
I'm getting this error message when starting nsclient++ on Windows W2K3:

2012-Apr-03 09:59:43: unknown:..\..\..\trunk\service\NSClient++.cpp:381: NSClient++ 0,4,0,153 2012-04-02 w32 booting...
2012-04-03 09:59:43: d:..\..\..\trunk\service\NSClient++.cpp:382: Booted settings subsystem...
2012-04-03 09:59:43: d:..\..\..\trunk\service\NSClient++.cpp:1404: Found key: shared-path
2012-04-03 09:59:43: l:..\..\..\..\trunk\modules\FileLogger\FileLogger.cpp:145: Using logmask: normal
2012-Apr-03 09:59:43: unknown:..\..\..\..\trunk\modules\FileLogger\FileLogger.cpp:145: Using logmask: normal
2012-04-03 09:59:44: e:..\..\..\..\trunk\modules\NSCPServer\NSCPServer.cpp:90: SSL not avalible! (not compiled with openssl support)
2012-Apr-03 09:59:44: error:..\..\..\..\trunk\modules\NSCPServer\NSCPServer.cpp:90: SSL not avalible! (not compiled with openssl support)
2012-04-03 09:59:44: e:..\..\..\..\trunk\modules\NSCPServer\NSCPServer.cpp:110: SSL is not supported (not compiled with openssl)
2012-Apr-03 09:59:44: error:..\..\..\..\trunk\modules\NSCPServer\NSCPServer.cpp:110: SSL is not supported (not compiled with openssl)
2012-04-03 09:59:44: e:..\..\..\trunk\service\NSClient++.cpp:802: Plugin refused to load: NSCPServer
2012-Apr-03 09:59:44: error:..\..\..\trunk\service\NSClient++.cpp:802: Plugin refused to load: NSCPServer
2012-04-03 09:59:44: e:..\..\..\..\trunk\modules\NSClientServer\NSClientServer.cpp:100: SSL not avalible! (not compiled with openssl support)
2012-Apr-03 09:59:44: error:..\..\..\..\trunk\modules\NSClientServer\NSClientServer.cpp:100: SSL not avalible! (not compiled with openssl support)
2012-04-03 09:59:44: e:..\..\..\..\trunk\modules\NSClientServer\NSClientServer.cpp:122: SSL is not supported (not compiled with openssl)
2012-Apr-03 09:59:44: error:..\..\..\..\trunk\modules\NSClientServer\NSClientServer.cpp:122: SSL is not supported (not compiled with openssl)
2012-04-03 09:59:44: e:..\..\..\trunk\service\NSClient++.cpp:802: Plugin refused to load: NSClientServer
2012-Apr-03 09:59:44: error:..\..\..\trunk\service\NSClient++.cpp:802: Plugin refused to load: NSClientServer

I couldn't dig much on that but I think I'm missing something like installing OpenSSL on Windows?

Change History (3)

comment:1 Changed 14 months ago by mickem

No, thats actually me building without ssl.
But NSClientServer doesn't really need ssl (check_nt doesn't support ssl anyways).
So not sure why you get the errors.

NSCPServer and client is not something I would recommend using in 0.4.0 they will be reworked for 0.4.1... maybe I should remove them from the installer?

Regardless I shall make sure the errors go away...

Michael Medin

comment:2 Changed 14 months ago by mmazzariol

Yeah it seems quite strange. I'm used to work with NSClient++ version 0.3.9 with similar configuration (I re-adapted it to the new version) and it worked fine out of the box regardless of SSL.

At this point I'll try to get rid of the SSL parameter in the Nagios configuration.

Thanks!

comment:3 Changed 14 months ago by mickem

  • Resolution set to fixed
  • Status changed from new to closed

Fixed next build will have these modules compiled with SSL support (also set ssl as default off on nsclient (check_nt) server as that is the "normal" way it is used...

Michael Medin

Note: See TracTickets for help on using tickets.