https

Login to reply to this topic.
Tue, 2006-11-14 17:04
Joined: 2005-03-30
Forum posts: 206
Hi,

is there any implementation on Symbian regarding HTTPS?


thanks

guda


Tue, 2006-11-14 20:07
Joined: 2006-03-04
Forum posts: 194
Re: https
yes, you can make secure and non secure http connections
Wed, 2006-11-15 11:31
Joined: 2005-03-30
Forum posts: 206
Re: https
Well know... what are the api's for this? I didn;t find anything

guda

Thu, 2006-11-16 02:29
Joined: 2006-03-04
Forum posts: 194
Re: https
The same as for making a http connection, your url is https instead of http.
I don't know all the details, somebody else asked the same question and got a detailed reply, can't remember if it was this web site or the nokia or Symbian's developer forum though. Have a search of them and you should be able to find it.
Wed, 2006-11-22 06:55
Joined: 2006-05-22
Forum posts: 50
Re: https
Hi guda!

For making the https connection instead of http, there is no API available on symbian.(i think, symbain OS 9.1 has some future for https).

U can access the https website through ur application. The framework ll handle the https connection.It ll pop-up the window to the user like "u entering into untruested site.....".

The pop-up window has two soft keys like "Options" n "Back".If the user selected the Back options, we can get an Error code 7540 in the MHFRUNL() method itself.

If u pressed optons, u can move further more, The S60 framework ll search the client sertificate n send it to server for verification.

U ve to attach the client key n certificate on ur app. Thats only u ve to do on client side.

             Cheers Grin!

if u found any problems ,plz let me know!

by,
Karthikeyan.B
Tue, 2007-11-13 07:28
Joined: 2007-10-01
Forum posts: 42
Re: https

Hi

do we need to mention that key & certificate files in Package file & sis file should contain those files?

can u explain me in detail about this plz

Thanks
Hidayath

Thu, 2008-02-07 06:53
Joined: 2006-05-22
Forum posts: 50
Re: https

Hi Hidayath,

Sorry for the delaied reply.
ya, u have specify the certificate and Key in your pkg file.Certiicate should P12 format.
If you are using the certificates which are common and well-known then no need to upload coz symbian devices has some of the well known certifciates and keys on it.

by,
Karthikeyan.B

  • Login to reply to this topic.