-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for pre-awakening and latent awakenings. Fix connection errors using PAD 9.0+ #110
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add a prerequisite section inside the build instructions
* Currently able to detect latent awakenings and properly update them on padherder * Not hooked up to any app UI elements
* Add an "Export CA" button in the "Capture from PAD" > "Manual" screen to fix proxy listening over SSL * Changed SandroProxy's certificate identification strings to help identify the cert used in PADListener
…heritance?) were added. Thanks to QuasiTD for the info.
* The problem was with the SSL handshake failing due SNI (setHostname) not being setup correctly Initially it seemed like the problem was the SSL connection to the boot server (https://dl-na.padsv.gungho.jp:443) was failing due to using SSLv3. Lots of online posts pointed to a bug in Android 4.4 and lower (https://code.google.com/p/android/issues/detail?id=78187), which I found a solution for in NetCipher. However, when I changed the code to use TlsOnlySocketFactory, the game started to completely ignore all PAD traffic. In an attempt to debug the problem, I disabled the meat of the TlsOnlySSLSocket and everything started working again. I'm completely baffled why properly setting up the protocols and ciphers caused everything to stop working, but this is a workable solution for now.
* Slightly update 'Export CA' button layout
Thanks QuasiTD. I've made the suggested changes. I've also added code to fix the recent connection and listening errors after PAD update to 9.0+. Apologies for combining the two pull requests. I'm still learning how to properly work in GitHub. |
No arguments from me at all on this, I'm right there with you on learning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.