HarunBahcel / apns-sharp

Automatically exported from code.google.com/p/apns-sharp
0 stars 0 forks source link

A call to SSPI failed #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
While connecting it shows the following error-

 a call to SSPI failed

What is the expected output? What do you see instead?
I want to send the badge to my iPhone application using my service.

What version of the product are you using? On what operating system?

Apns-Sharp-1.0.1.0-Source. Operating syste- Windows XP

Please provide any additional information below.
The service is working fine but it shows the error while connection
therefore not able to send badge to my iPhone application.

Your source code gives me lot of support, but still needs some help to
finalize my service

Original issue reported on code.google.com by nsnarve...@gmail.com on 2 Jan 2010 at 10:49

GoogleCodeExporter commented 8 years ago
This almost always means that your SSL Certificate has expired or is otherwise 
invalid.

Please create a new SSL certificate and try it again.  There's also the 
possibility
that the .p12 or .pfx file you're trying to use does not contain the 
Certificate AS
WELL AS the private key which it must!

Original comment by jond...@gmail.com on 5 Jan 2010 at 2:21