I'm using the standard check_http plugin on Nagiox XI 2014R2.7 against a site with SSL. I've have tried many different variations of parameters from the command line (wasting lots of time) using the plugin with no luck, and could certainly welcome any suggestions.
The site uses TLS (--ssl=1), and searches for specific text with basic authentication (-a). Note, when I don't use the search it still returns 401. I have used 'openssl s_client connect' and successfully connect but when I use 'GET /url' i get 401. Question, have you encountered an issue with this plugin when passing meta characters that exist in the passwd? We have ipMonitor (Solarwinds) running the check just fine but can't figure out how to make this plugin succeed.
yeah, thx. I tried quotes around user:pwd as well as quotes around URL. Does 'openssl s_client -connect IP:443' have a way to pass in the user:pwd. I know the user and passwd works because if I remote into the server, with user:pwd, it works fine when I access the URL from there.
brdr wrote:yeah, thx. I tried quotes around user:pwd as well as quotes around URL. Does 'openssl s_client -connect IP:443' have a way to pass in the user:pwd. I know the user and passwd works because if I remote into the server, with user:pwd, it works fine when I access the URL from there.
This is a sharepoint site, correct?
I found a plugin here if that is the case. Doing some searching around, it sounds like sharepoint has some issues with basic auth.
Thx hsmith. I also came across this yesterday as well. I've not tried it yet, was reluctant because it says doesn't support Sharepoint 2013 yet. Yes, it is sharepoint . I agree it has everything to do with authentication as we have no issue using the plugin against internal sites that don't require authenitication. I'm aslo workig with mweber in attempt to use 'curl' as well.
brdr wrote:Thx hsmith. I also came across this yesterday as well. I've not tried it yet, was reluctant because it says doesn't support Sharepoint 2013 yet. Yes, it is sharepoint . I agree it has everything to do with authentication as we have no issue using the plugin against internal sites that don't require authenitication. I'm aslo workig with mweber in attempt to use 'curl' as well.
Will let you know what I find. Thx again.
Thanks for the reply! Let us know, so we can figure out what to do with this in the future. Sharepoint is a pretty popular product, and it would be nice to have a proper solution!