Now I start wondering if you have tried putting anything into 'servername'. Have you?
Now I start wondering if you have tried putting anything into 'servername'. Have you?
I am putting the same server name in SetOpt which is giving certificate.
hey how can i create client cerificate X509 . any clue for this.
Thanks,
Neeraj
Hey Hi , Now i am able to connect to server using ssl , but problem is coming in readresponse from the server.
now i am getting error -7510 KErrSSLAlertUnexpectedMessage
const TInt KErrSSLAlertUnexpectedMessage = SSL_ERROR_BASE - SSL_ALERT_BASE - 10;
Regards,
Hello,
I am also using CSecureSocket to communicate with server , the code just work fine on 3rd_ed_fp2 sdk , but when trying to use the same code on Symbian^3 ( belle, Anna) handshake failed with -39 KErrAbort error , what could be the reason ??
thanks in advance for any help !
Hello All,
I am also using CSecureSocket to communicate with server , the code just work fine on 3rd_ed_fp2 sdk , but when trying to use the same code on Symbian^3 ( belle, Anna) handshake failed with -39 KErrAbort error , what could be the reason ??
thanks in advance for any help !
Hello All,
I am also using CSecureSocket to communicate with server i have setOpt serverName , the code just work fine on 3rd_ed_fp2 sdk , but when trying to use the same code on Symbian^3 ( belle, Anna) handshake failed with -39 KErrAbort error , what could be the reason ??
thanks in advance for any help !
Hi , CSecureSocket is working fine in symbian 3 (belle N8)emulater but not working on device
but working fine on symbian 3rd fp2 and 5th edition devices.
pls help me why is it not working on N8?
below is the api:
iSecureSocket = CSecureSocket::NewL( iSocket, KTLSProtocol );
#ifndef __SYMBIAN_3__
TBuf8<50> domainName;
domainName.Append( *iServerName );
User::LeaveIfError(iSecureSocket->SetOpt(KSoSSLDomainName, KSolInetSSL, domainName ));
User::LeaveIfError( iSecureSocket->SetDialogMode(EDialogModeAttended));
// Clears any previous options
iSecureSocket->FlushSessionCache();
#endif
iSecureSocket->StartClientHandshake(iStatus);
Hi , CSecureSocket is working fine in symbian 3 (belle N8)emulater but not working on device
but working fine on symbian 3rd fp2 and 5th edition devices.
pls help me why is it not working on N8?
below is the api:
iSecureSocket = CSecureSocket::NewL( iSocket, KTLSProtocol );
#ifndef __SYMBIAN_3__
TBuf8<50> domainName;
domainName.Append( *iServerName );
User::LeaveIfError(iSecureSocket->SetOpt(KSoSSLDomainName, KSolInetSSL, domainName ));
User::LeaveIfError( iSecureSocket->SetDialogMode(EDialogModeAttended));
// Clears any previous options
#endif
iSecureSocket->FlushSessionCache();
iSecureSocket->StartClientHandshake(iStatus);