Hi All,
I have a Peculiar Problem I connect to Server which needs secure connection. It works perfectly on emulator and Devices like N95, E51,E61 all 3rd Edition Devices Except N91.
In N91 it Hangs when i start the client Handshake, can anyone please help out??? I am stuck with this problem for quite a while
Here is part of the code where it hangs:
_LIT(KTLS,"TLS1.0");
iTlsSocket = CSecureSocket::NewL(iSocket, KTLS());
#ifdef EKA2
iTlsSocket->SetOpt(KSoSSLDomainName,KSolInetSSL,iServerName);
#endif
iTlsSocket->FlushSessionCache();
iTlsSocket->StartClientHandshake(iStatus);
iEngineState = EConnected;
SetActive();
Regards
Shashi Kiran G M





