-
Notifications
You must be signed in to change notification settings - Fork 34
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
Setting up skip auth in Android emission clients #577
Comments
@xubowenhaoren responses to the two questions:
Also , can you send out a PR updating the documentation with these clarifications? Thanks! |
Thanks for the clarification, I was able to see the "Enter a unique passphrase" prompt. Now the only warning left is the INVALID_SENDER error. Let me check back with Anat. I will also work on a PR. |
Hello, I am working on another project that uses a different plugin, but I encountered this connection issue: I have searched the existing issues but didn't find a related case. The current {
"connectUrl": "http://ACTUAL_SERVER_LINK_HIDDEN:2015",
"android": {
"auth": {
"method": "prompted-auth",
"prompt": "Enter a unique passphrase",
"clientID": "ignored"
}
},
"ios": {
"auth": {
"method": "prompted-auth",
"prompt": "Enter a unique passphrase",
"clientID": "ignored"
}
}
} |
I think that the message is pretty self-explanatory. Cleartext (http) protocols are not supported on recent versions of android. With the availability of Let's Encrypt, there is really no reason why you should not use https. |
I see. I will contact Anat for upgrading the server encryption. |
I don't recommend it, but the same search also offers some workarounds if that is not possible 😄 |
I used the workaround in this post. The working commit is here. However, when I try to use
Then I installed the plugin with the
I was unable to identify the conflicting plugin that modifies |
No.
I don't really know. You can check the generated AndroidManifest.xml to see whether there are multiple entries for the clearText entry. If not, sounds like you are G2G. what plugin is this? I don't recall writing it....
|
So it's just my plugin that's using this attribute. I've checked the generated
|
Update: a better workaround is to use |
Hello,
We are trying to set up skip auth in Android emission clients. As this [authentication doc](authentication doc) suggested, I should use
www/json/connectionConfig.physical_device2localhost.json.sample
as a starter. I ended up with the followingwww/json/connectionConfig.json
:But I still got the dummy mode and a series of connection failures.
The text was updated successfully, but these errors were encountered: