Closed wchen-r7 closed 10 years ago
So I noticed that when $webstats_https is set to true in the config file, the node would still keep sending HTTP traffic to the server. After some debugging I realized $webstats_https wasn't actually being passed to WebStats, so here's my fix.
$webstats_https
facepalm! many thanks for the fix :)
So I noticed that when
$webstats_https
is set to true in the config file, the node would still keep sending HTTP traffic to the server. After some debugging I realized$webstats_https
wasn't actually being passed to WebStats, so here's my fix.