Hi all,
i am getting kern exec 3 panic, while making secure(SSL) connection with the server . I guess it happens because of the certificate sent by the server.
The code is..
Application exits before reaching RunL() raising panic kern exec 3. And emulator won't prompt confirmation about certificate. I reinstalled the sdk but of no use . How can i overcome this issue?Code:_LIT(KTLS,"SSL3.0"); iTLSSocket = CSecureSocket::NewL( iSocket,KTLS()); // start the handshake TBuf8<200> serverName; serverName.Copy(iServerAdd); TInt error = iTLSSocket->SetOpt(KSoSSLDomainName, KSolInetSSL,serverName); iTLSSocket->FlushSessionCache(); iTLSSocket->StartClientHandshake(iStatus); iLastFmState = ESecureConnection; if(!IsActive()) SetActive();
sdk used is S60 3rd Ed MR.
note: This problem happens only in emulator,not in device .
regards,
manjusg

Reply With Quote


