Hi!
Someone has the experience in opening a socket (SocketConnection) in port 8080 without getting a secutiry exception? Because I´m thinking in buying a verisign/thawte certificate only to avoid this exception and I not sure that this is possible with a trusted 3rd party application, because JSR says:
"The implementation of SocketConnection using TCP sockets must throw
java.lang.SecurityException when an untrusted MIDlet suite attempts to
connect on ports 80 and 8080 (http) and 443 (https) ."
But it says nothing about trusted 3rd party applications.
Thanks in advance!
PS: I can´t use HttpConnection because I´m trying to develop a http server in the device (N97)

Reply With Quote
.

