<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.0">
</HEAD>
<BODY>
OK, built a new Ubuntu 7.10 server and did a fresh install of SmokePing 2.2.6 from the tarball, no apt.&nbsp; Worked things over for a while and imported the old smokeping &quot;config&quot; file.<BR>
<BR>
Volia, everythign looks great, EXCEPT I'm using the Curl probe for web site stats.&nbsp; When the target is using SSL, thus url-https://. . ., I get a message like:<BR>
<BR>
 smokeping[29629]: Curl: WARNING: curl exited with status 77 on www.xyz.net <BR>
<BR>
So what's up with the 77 error?&nbsp; Please note that this config works fine with SmokePing 2.1.6.<BR>
<BR>
CONFIG EXPAMPLE:<BR>
PROBE <BR>
+ Curl<BR>
 # probe-specific variables<BR>
 binary = /usr/bin/curl<BR>
 step = 60<BR>
 offset = random<BR>
 # a default for this target-specific variable<BR>
 urlformat = http://%host%/<BR>
<BR>
TARGET<BR>
+++ MY_GP--web<BR>
probe = Curl<BR>
menu = my.********.com--web<BR>
title = my.********.com--web<BR>
host = my.*********.com<BR>
pings = 5<BR>
urlformat = <A HREF="https://my.globalpay.com/">https://my.*********.com/</A><BR>
alerts = bigloss,rttdetect<BR>
alertee = <A HREF="mailto:deuntray.fuller@globalpay.com">**********@globalpay.com</A><BR>
<BR>
</BODY>
</HTML>