-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
[iptables -j REJECT/DROP][java.net.SocketException: Connection reset] Q:How to handle these exceptions? #234
Comments
also how to do it? |
can you post code? |
Unable to reproduce, can you provide the simplest and reproducible code? |
https://github.com/freedom1b2830/monkeyWieBug |
@freedom1b2830 Pls provide specific reproduction steps, such as:
|
1.generated a root certificate |
@freedom1b2830 I still can't reproduce the problem, can you test with curl command?
|
the application was suspended at the time of the NPE being thrown out heap dump in code:
I am getting an exception in this thread
|
The situation is this, some ip addresses are blocked by iptables (
iptables -A OUTPUT -d ip -j REJECT
). Because of this, the proxy gives these exceptions:How to assign a handler for these exceptions/silence these exceptions?
The text was updated successfully, but these errors were encountered: