question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proper Proxy Configuration

See original GitHub issue

My Project Setup :

  • Spring Boot / Starter Webflux : 2.3.5.RELEASE
  • Spring Cloud : Hoxton.SR8
  • feign-reactor-spring-cloud-starter : 2.0.23

I need to use a corporate proxy for any non-local requests. Adding configuration entries to JAVA_OPTS does not seem to have any effect (it does work with non-reactive stack):

-Djava.net.useSystemProxies=true
-Dhttp.proxyHost=myproxy.com
-Dhttp.proxyPort=80
-Dhttps.proxyHost=myproxy.com
-Dhttps.proxyPort=80

What is the proper way of configuring this?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

0reactions
jbaddam17commented, Mar 8, 2021

How can i only override Timeout configuration for reactive feign client globally?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Set Up a Proxy Server on Your PC, Mac, or Web Browser
To automatically configure your proxy server settings, select Auto Proxy Discovery. Click on Secure Web Proxy (HTTPS). Type in the proxy server ......
Read more >
Find Proxy Settings on Your Computer (for Local Testing ...
In the Windows Settings menu, click on Network & Internet. ... In the left pane, click on Proxy. ... Here you have all...
Read more >
How to Set Up a Proxy in Windows 10 - Dummies.com
Set up a proxy manually · Open Settings. · Click Network & Internet. · Click Proxy. · In the Manual Proxy Setup section,...
Read more >
What Proxy Setting Should I Use? Top 3 Use Cases - FinSMEs
One of the most crucial settings when setting up an HTTP proxy is the ports. Incorrect port settings will prevent you from establishing...
Read more >
Your Complete Guide To Proxy Settings And Proxy Setup
Learn how to choose proxy settings and setup proxies. ... First, properly configured proxies provide you with the security you need to stay...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found