SSL/TSL connection

Hi all,It is not clear to me whether the MHP application have to be signed in case of the SS/TSL connection.Anyone having experience, please advise.
[169 byte] By [atizaa] at [2007-11-27 3:20:12]
# 1
Formally it does have to be signed.In practice, many MHP deployments run with security disabled. In this case applications work without signing.
desperadoa at 2007-7-12 8:22:54 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
As far as I know, SSL/TLS is mechanism for ensuring point to point secure communication. I wonder why MHP application probably needs to be signed if it uses SSL/TLS protocol? Maybe, you are talking about client side certification or mutual SSL ?
Jia_Yiyua at 2007-7-12 8:22:54 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3

Yes I mean client side certification. I would like to establish SSL (mutual certification) connection with Sun Java Application Server and there is used keytool for generating certificates so I do not know whether this will work with MHP set-top box. I would appreciate any advise how to do it.

atizaa at 2007-7-12 8:22:54 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 4
Which SSL package provider are you using? It is better to consult your SSL package provider and your JVM vendor to see whether they support this.
Jia_Yiyua at 2007-7-12 8:22:54 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 5
MHP 1.0 explicitly does not require SSL client authentication. This was rejected as being to complex.MHP 1.1 includes some possibility to support it via applications.
desperadoa at 2007-7-12 8:22:54 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 6
So for instance what would be the good solution for identification of the bank client. How can be the bank sure that the caller/set-top box is the owner of the account. Have you any idea.
atizaa at 2007-7-12 8:22:54 > top of Java-index,Java Mobility Forums,Consumer and Commerce...