Im attempting to write a push server for the iPhone in C#. I have the following code:
// Create a TCP/IP client socket. using (TcpClient clie
From Zenox's comment: use a different version of AuthenticateAsClient
sslStream.AuthenticateAsClient("gateway.sandbox.push.apple.com", clientCertificateCollection, SslProtocols.Default, false);