You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2020. It is now read-only.
Proxy options can be passed to the trust store to set in
the httpc profile. Proxy options are described in:
http://erlang.org/doc/man/httpc.html#set_options-2
Example:
```
[{rabbitmq_trust_store,
[{proxy_options,
[
{proxy, {{"127.0.0.1", 8080},[]}},
{https_proxy, {{"127.0.0.1", 8080},[]}}
]
}]
}].
```
0 commit comments