err_connection_aborted and err_connection_reset #4315
mikered987
started this conversation in
General
Replies: 1 comment 3 replies
-
What's different between the two machines? Firewall? Antivirus? Security software? Etc You'll need to do a thourough comparison. Check the log file for errors see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file
The cache doesn't exist on first start. You can try deleting it for testing purposes.
Stay away from playing with settings |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two computer. On one the CefSharp minimal example works only once. If starting it a second time it constantly produces the error:
Failed to load URL http://www.google.com/ with error ERR_CONNECTION_ABORTED (ConnectionAborted).
or:
Failed to load URL https://www.google.com/ with error ERR_CONNECTION_RESET (ConnectionReset).
On the second computer it works fine.
Is there something which changes after the first start? Rebuild of the project doesn't help.
Or is there some kind of timeout value or similar which could be increased?
Normal browser work fine on that pc.
Beta Was this translation helpful? Give feedback.
All reactions