-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[feat] Allow .local access #19
Comments
I've taken on the robosats-startos package for Start9 and will look into this. |
Hi there, with the 070-client release (+ patch (Thanks @KoalaSat)) things seem to be working, and even most things are working on the .local, EXCEPT when a trade has been initiated and the messaging needs to happen, then we're seeing this (only on .local, .onion works perfectly):
I opened the file but I don't even see many newline chars. Any ideas? Thanks! |
@gStart9 can you confirm this was not happening in previous versions? Are you using firefox based browser? |
I seems related to a limitation on the description library we use for chat messages. I'll need to take a look but I'm not sure if I can fix it. |
Some extra info: openpgpjs/openpgpjs#320 |
Just FYI with .local, our users trust their server's CA system wide and instruct Firefox specifically to trust system-trusted certs: So in theory it should know it's in a secure context. |
For the record: I tested to redirect my hosts file to |
The primary use case of hosting the RoboSats client at the moment is to use any browser locally while enjoying the benefit of the torification. By only allowing
.onion
users of the StartOS app still need Tor Browser plus their requests take double the time (Tor circuit to their node + tor circuit to the coordinator(s).In preliminary tests @kn0wmad found that the chat was not working when using
.local
it was no further investigated. I see no clear issue why the chat would not work, so I think this should be an easy fix if the issue can be replicated.The text was updated successfully, but these errors were encountered: