monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to do connection Testing via https


From: Jan-Henrik Haukeland
Subject: Re: Unable to do connection Testing via https
Date: Thu, 2 Oct 2014 18:30:32 +0200

On 02 Oct 2014, at 15:40, Marcus Mülbüsch <address@hidden> wrote:

>   The url would be https://1.2.3.4/LOG0/FAULT/mod_cmd.xml?cmd=something with 
> 'Aladdin' as the username and 'open sesame' as the password. I can reach the 
> site fine with links and this username/password.
*
>> check host test with address 1.2.3.4
>>   if failed
>>   port 443
>>   type tcpssl
>>   protocol http
>>   http headers [Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==]

Your base64 encoded string seems wrong if credentials are what you say they are:

hauk:[~]base64
Aladdin:open sesame
QWxhZGRpbjpvcGVuIHNlc2FtZQo=

hauk:[~]echo "Aladdin:open sesame"|base64
QWxhZGRpbjpvcGVuIHNlc2FtZQo=




reply via email to

[Prev in Thread] Current Thread [Next in Thread]