f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

restnoded should use forward proxy

Open thomas-rd21 opened this issue 4 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

AS3 respectively restnoded does not use forward-proxy settings. I've tried the FAST template for ADFS and it tried to download the ADFS_eav_monitor script from raw.githubusercontent.com directly, without using the forward proxy settings. The F5 system has no direct access to the internet.

/var/log/restnoded/restnoded.log: Thu, 07 Jan 2021 12:41:17 GMT - severe: [appsvcs] {"message":"GET https://raw.githubusercontent.com/f5devcentral/f5-bd-FASTexample/master/ADFS/eav_scripts/adfs_eav.sh for /TENANT1/ADFS/ADFS_eav_monitor/script failed (connect ECONNREFUSED 151.101.12.133:443)","level":"error"}

Describe the solution you'd like

restnoded should use the proxy settings configured with tmsh

sys db proxy.host {
    value "10.23.4.5"
}
sys db proxy.password {
    value "<null>"
}
sys db proxy.port {
    value "8080"
}
...

Describe alternatives you've considered

Alternate options to download content from internet for a system without access (no route nor ACL) to the internet.

Additional context

TMOS: 15.1.0.4 AS3: 3.24.0-5 FAST Templates: 1.5.0-1

thomas-rd21 avatar Jan 07 '21 13:01 thomas-rd21

Thank you for your feedback. I have added this feature request to our internal product backlog as AUTOTOOL-2749.

dstokesf5 avatar Sep 14 '21 19:09 dstokesf5

If you are still looking for a fix, please reach out to us at [email protected]

sunitharonan avatar Oct 25 '22 18:10 sunitharonan

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

github-actions[bot] avatar Nov 24 '22 19:11 github-actions[bot]