start my authorization-client project,maven:spring-boot-starter-oauth2-client, error message “Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for “http://192.168.42.1:8080/.well-known/openid-configuration”: Connection refused: no further information”
client and server both on my personal computer,how to fix it? thank you
server:application.yml
issuer-url: http://192.168.42.1:8080
Jason williams is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.