Closed ceari closed 4 years ago
Hi @ceari ,
Your assumption is right, yes. There is currently no option to cancel the fallback. We will work it into our Backlog.
Thanks, @prempador
Hi @prempador,
thank you for the fast response. I also just thought of adding kassensichv.io
to the no_proxy
environment variable which the client seems to take into consideration.
Hi,
Our JVM based POS software uses the Fiskaly Client. The JVM process is started with environment variables such as
http_proxy
andhttps_proxy
, pointing to an HTTP proxy. We do not want to use this proxy for the Fiskaly client. However, when I use the Fiskaly client configuration API (https://developer.fiskaly.com/en/docs/client-documentation/#configuration) and sethttp_proxy
to an empty string, the Fiskaly client still seems to use the proxy from the environment variables. When I sethttp_proxy
to some non-empty string, the Fiskaly client does attempt to use the proxy I set. Only when I remove the environment variableshttp_proxy
andhttps_proxy
the client does no longer use the proxy.Am I right in assuming that an empty
http_proxy
string leads the client to fall back on the environment variables for the proxy? Is there an option to tell the client to ignore the environment variables?Thank you, Daniel Diepold