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
This plugin supports using a proxy, but setting it up is currently tricky - it requires the proxy to have web socket support and the settings are not intuitive to do so. Until we have proper support for proxying, we should document the steps (and prerequisites) to support proxying. Much of the detail is in #29, but should be added more formally.
Posted the actual thing to be documented to ensure it raises visibility:
Add an environment variable that contains the proxy export https_proxy="https://my_proxy:8080"
Add the following to the connection String ;TransportType=AmqpWebSockets
(A user followed up to the issue and stated that adding these to jvm.options may be necessary
This plugin supports using a proxy, but setting it up is currently tricky - it requires the proxy to have web socket support and the settings are not intuitive to do so. Until we have proper support for proxying, we should document the steps (and prerequisites) to support proxying. Much of the detail is in #29, but should be added more formally.
Posted the actual thing to be documented to ensure it raises visibility:
Add an environment variable that contains the proxy
export https_proxy="https://my_proxy:8080"
Add the following to the connection String
;TransportType=AmqpWebSockets
(A user followed up to the issue and stated that adding these to
jvm.options
may be necessary)
The text was updated successfully, but these errors were encountered: