-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not connect to REST services on local network and domain-joined hosts #11
Comments
Hi @azunyuuuuuuu thanks for reaching out. Nightingale should be capable of connecting to your localhost on the same machine. Have you tried turning this off in the settings menu? |
Also, regarding domain-joined hosts, yes that's a known issue. I have an upcoming update to add the PrivateNetworkClientServer capability to the app manifest. I'll ping this issue again once that update is live, and I will ask you at that time to check if the issue was fixed. |
This was the first thing I tried, as I suspected it is the ssl certificate. It didn't work :( But querying REST interfaces outside of the local network worked fine with this activated and deactivated.
Thank you very much. I`ll be waiting until then. Edit: This commit shows where to put the capability. |
An update is coming in a few days to the preview program. Any chance you're interested in joining? The fix will be included in there. If you're interested, feel free to sign up here https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAANAAQduPxpURU8zSUFNUTBYRDVSUkhJS0JQOE8yTFZYTy4u |
I have signed up for the preview program and will try it as soon as the preview is available. |
The newest preview build just went live with the |
The newest release fixes this flawlessly. Tyvm :) |
Thanks for confirming! |
So im still getting this issue :( On localhost: Have tried the SSL switch off but still getting this. Isnt this released yet? |
Getting this problem as well. |
Still getting same error |
Hi, i'm also getting exceptions when connecting to localhost.
|
Have you tried the instructions here? https://github.com/jenius-apps/nightingale-rest-api-client/blob/master/docs/localhost.md |
@dpaulino Hi, thanks for the suggestion, i just tried it, didn't work. Don't know why. But its okay, i can live with that. No big deal. Thank for creating the app too, its really great to use :) |
What does your localhost url look like? And just to double check, you tried turning off ssl validation in Nightingale's settings? |
@delzac what's running on your localhost? An ASP.NET Core app? |
@delzac no problem! Any chance you can set up a github repo that is configured the same way as your python project with a quick readme on how to run it on local host? I'd like to try to reproduce this. |
@dpaulino sure thing! Would a docker image be better or do you prefer the github repo with instructions? |
@delzac github repo with instructions would be best. Thanks in advance |
@dpaulino Okay! I'll get back to you here again once its up :) |
@delzac whenever you're ready, can you share your repo link using a new issue? It will be easier to track investigations on your specific scenario in a new issue |
Hi @dpaulino I double checked and realised that the worldaround works! I so so so sorry for taking up your time. The issue was that i didn't add the Once again, thank you for taking the time out to help and create this app. :) |
Hi @dpaulino! Firstly congratz for your awesome app, it is exactly what I was needing. Thank you in advance! 😃 |
@RodrigoSobral2000 Have you tried this troubleshoot guide? https://github.com/jenius-apps/nightingale-rest-api-client/blob/master/docs/localhost.md |
I'm sorry for bothering you. I actually didn't have seen that file. It worked just fine. |
When trying to call a REST service residing on the local or domain-joined network I get the following error message:
Using the command
checknetisolation debug -p=S-1-15-2-2472482401-1297737560-3464812208-2778208509-1273584065-1826830168-474783446
I was able to get the following output which basically states that the capabilities forPrivateNetworkClientServer
are not enabled in the.appxmanifest
file:Please enable this capability for us to be able to call REST services on the local network.
The text was updated successfully, but these errors were encountered: