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.
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.
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.
Forum posts: 194
Forum posts: 206
guda
Forum posts: 194
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.
Forum posts: 50
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
if u found any problems ,plz let me know!
by,
Karthikeyan.B
Forum posts: 42
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
Forum posts: 50
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