-
Notifications
You must be signed in to change notification settings - Fork 13
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
friends-server(nasc) #47
Comments
Yes, see README, configdoc.xml, and web/config.php. |
Okay, and added:
My server is using https, should I use http for that or how can I add a working root ca (I think thats the issue atm). My cert is issues by lets encrypt. |
That's the same rootCA used by yls8.mtheall.com so HTTPS should work fine for that. |
Thanks. It worked via http. |
Besides HTTPS no(unless you meant base64 which is not encryption). "I'm trying now to make the request to the nin server by myself with php+curl, does the request require some special ssl version configuration?" <- Client-cert is (probably) required. |
Ah, I have not noticed the base64. How can I get the certificate for that? |
I'm not sure if there's any public tool(s) for easily obtaining it. |
Are these files stored on my 3ds somewhere? |
https://www.3dbrew.org/wiki/ClCertA And this was in my browser-history apparently: https://github.com/SciresM/ccrypt |
Thank you very much. I will try this out, when everything works I will close this issue. |
I dumped the encrypted cert files and compiled ccrypt, but I think the way of executing it is not working anymore. How would I run this on 11.2 with a9lh? |
dunno |
Okay, got it working by downgrading the emunand on my spare o3ds.
sha256sum:
These are the curl opts of my script:
I tried setting
|
No, convert to PEM. |
Thanks, I already converted them to pem and I'm able to get a login token. Now I have to figure out, how to use this token to get the friend list data. |
Hello again,
And response:
Where do I have to use this token and I can use it to get the data of my friendlist? If so, where? When I should ask somewhere else, please tell me. Then I would close this issue. Thank you very much |
dunno |
Hm... okay. |
NIM rootCA has nothing to do with this. ctr-httpwn doesn't support adding your own rootCA for friends. You could use the new_url config option with plain http, but then the original URI would be missing. |
I already did this with: <targeturl>
<name>nasc</name>
<caps>AddRequestHeader AddPostDataAscii</caps>
<url>https://nasc.nintendowifi.net/ac</url>
<new_url>https://my-server.tld/ac</new_url>
</targeturl> This is how I figured out the login process, but I don't know which urls will be used next. Thats why I tried to use the mitm proxy. |
Hi,
is it possible to use this to change the friends-server requests to a different server? I want to access it and read the friend list data.
If so, what do I have to do?
The text was updated successfully, but these errors were encountered: