# Configuration outbound proxy

**URL:** https://meta.discourse.org/t/configuration-outbound-proxy/65992
**Category:** Self-hosting
**Created:** [July 11, 2017, 9:19am UTC](https://meta.discourse.org/t/configuration-outbound-proxy/65992 "2017-07-11T09:19:03Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![pvdr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pvdr/32/120637_2.png) [@pvdr](https://meta.discourse.org/u/pvdr)
#### Post date: [July 12, 2017, 9:21am UTC](https://meta.discourse.org/t/configuration-outbound-proxy/65992/4 "2017-07-12T09:21:48Z")

</div>

We have no user and password, output from `set | grep -i proxy`

```
HTTPS_PROXY=http://<server>:<port>/
HTTP_PROXY=http://<server>:<port>/
NO_PROXY='127.0.0.1, localhost, <internal-network>'
http_proxy=http://<server>:<port>/
https_proxy=http://<server>:<port>/
no_proxy='127.0.0.1, localhost, <internal-network>'

```

A curl from within the container, which uses the proxy-settings:  
` curl -o /dev/null -v https://avatars.discourse.org/v2/letter/s/5f9b8f/45.png`  
results in: 200 OK

---

_[View the full topic](https://meta.discourse.org/t/configuration-outbound-proxy/65992)._
