I set the server port in 'applicationl.yml' to be 8080, that was I assumed to be (couldn't find the message in log the port that the service was listening to).
I changed to access the standard HTTPS port 443 in the REST request, then I got the 401 eror:
- Mon Jun 22 11:54:19 EDT 2020:DEBUG:Receiving response: HTTP/1.1 401
- Mon Jun 22 11:54:19 EDT 2020:DEBUG:Connection can be kept alive indefinitely
- Mon Jun 22 11:54:19 EDT 2020:DEBUG:Target requested authentication
- Mon Jun 22 11:54:19 EDT 2020:WARN:Authentication error: Unable to respond to any of these challenges: {}
I wonder if someone could provide the info of what authorization credential is needed to be provided in the REST request please? Thanks.