Skip to content

error to Edge when lunch SendNotification #76

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

Closed
ivantrouvetout opened this issue Feb 11, 2021 · 1 comment
Closed

error to Edge when lunch SendNotification #76

ivantrouvetout opened this issue Feb 11, 2021 · 1 comment

Comments

@ivantrouvetout
Copy link

I'm having trouble sending notifications to the Edge browser.
I have this error
-> Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

have you he same error to send to Edge ?

during my research I found the following link

https://stackoverflow.com/questions/5420656/unable-to-read-data-from-the-transport-connection-an-existing-connection-was-f

I remain available if necessary

@ivantrouvetout
Copy link
Author

ivantrouvetout commented Feb 11, 2021

ok,
just add this befor work for me
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant