WebClient proxy configuration not respected with Spring Security #7391
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: duplicate
A duplicate of another issue
While setting up my Spring Boot Webflux (2.1.7.RELEASE) app as a resource server using Spring Security (spring-security-oauth2-resource-server 5.1.6.RELEASE) using the following configuration on a Windows 10 machine:
And configuring the webclient to use my local proxy settings (and confirming it works):
Im getting the following error from the resource server initiation:
Which I interpret that Spring Security can not be used behind a proxy and that I find very strange?
I have tried setting to following JVM options without any change of behavior:
The text was updated successfully, but these errors were encountered: