Hi colleagues, I am trying to mock
https://graph.microsoft.com/v1.0/users endpoint using wiremock by directly hitting the wiremock endpoint
https://wiremock.test:8443/v1.0/users. This only seems to work when in the mapping I set the request scheme to http. If I set it to https it fails with error saying scheme doesn't match. Can someone help me understand what that is the case?