alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

The SSL connection could not be established #110

Closed yaj806 closed 2 years ago

yaj806 commented 2 years ago

windows server 2022

use [certificate-based] method,its return The SSL connection could not be established

use [token-based] method,its ok

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

alexalok commented 2 years ago

dotAPNS supports certificate-based connection only on .NET Core 3.0 and above. Full .NET Framework and .NET Core 2.2 and below are not supported. See https://github.com/alexalok/dotAPNS/issues/6 for more info.