libsignal-service-java
libsignal-service-java copied to clipboard
HTTP Proxy Support
Hi, currently I'm wondering how to enable support for clients using this service lib and sitting behind HTTP proxies. The used OkHTTP-Client is instantiated without the possibility to add a proxy. Any hints on how to inject a proxy configuration via JAVA OPTS or the like? Or do we have to fork this lib and add proxy support programmatically?
Thanks in advance, mechko
+1 please. This is preventing signal-cli (see https://github.com/AsamK/signal-cli/issues/79) and weechat-signal (https://github.com/thefinn93/signal-weechat/issues/12) from working behind a proxy.