Project

General

Profile

Actions

Bug #8054

closed

node-to-relay fails to reload policy when proxy is set

Added by Janos Mattyasovszky about 8 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

in /opt/rudder/bin/rudder-node-to-relay (version 3.0.13)
there is a line like:

${ECHO} -n "INFO: Triggering promises generation..." 
curl -k "https://localhost/rudder/api/deploy/reload" 

This will fail if a system-wide proxy is set, which is definitely not required to reach localhost.
sugegst to replace it with this:

curl -x '' -k "https://localhost/rudder/api/deploy/reload" 

Subtasks 2 (0 open2 closed)

Bug #8134: Do not use proxy when calling localhost in techniquesReleasedAlexis MoussetActions
Bug #8135: Do not use proxy when calling localhost in rudder agentReleasedAlexis Mousset2016-03-31Actions
Actions

Also available in: Atom PDF