Thanks Mike
Yes I updated my local hosts file. I can access my Gluu-AS dashboard via https://test.gluu.org in my Windows10 pc browser.
- Gluu-AS is on a (new) ubuntu server on my home office network
- My Windows10 PC is a separate host on my home officenetwork
Here's the result of the curl on my Windows10 PC:
```
$ curl --insecure https://test.gluu.org/.well-known/openid-configuration
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 5054 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0{
"request_parameter_supported" : true,
"token_revocation_endpoint" : "https://test.gluu.org/oxauth/restv1/revoke",
"introspection_endpoint" : "https://test.gluu.org/oxauth/restv1/introspection",
"claims_parameter_supported" : false,
"check_session_iframe" : "https://test.gluu.org/oxauth/opiframe.htm",
...
```