As far as I know, APE doesn't support HTTPS. You can use something like nginx and proxy_pass traffic to APE if you need https.
On Wed, Jan 19, 2011 at 12:58 AM, seth <[email protected]> wrote: > I am using JSON transport, IE, and an https connection and the the > connection is always denied. I get the following message (shown > running fiddler underneath IE). FYI: it works with http and under > https with safari, FF, and chrome. Anyone know of a fix for IE? > Thanks, > > HTTPS connection failed. > > System.Security.Authentication.AuthenticationException: A call to SSPI > failed, see inner exception. ---> > System.ComponentModel.Win32Exception: The client and server cannot > communicate, because they do not possess a common algorithm > --- End of inner exception stack trace --- > at > System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken > message, AsyncProtocolRequest asyncRequest, Exception exception) > at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, > Int32 count, AsyncProtocolRequest asyncRequest) > at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, > AsyncProtocolRequest asyncRequest) > at System.Net.Security.SslState.ForceAuthentication(Boolean > receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) > at > System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult > lazyResult) > at Fiddler.ServerPipe.WrapSocketInPipe(Session oS, Socket oSocket, > Boolean bSecureTheSocket, Boolean bCreateConnectTunnel, String > sCertCN, String sClientCertificateFilename, String sPoolingKey, Int32& > iHTTPSHandshakeTime) > at Fiddler.Session._handleHTTPSConnect() > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<ape-project%[email protected]> > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
