khanhlnq / jvnmobilegis

Automatically exported from code.google.com/p/jvnmobilegis
1 stars 0 forks source link

SSL3 / HTTPS support #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current HTTPHandler has no support for services running over HTTPS. A quick
look at the code appears quite easy to extend to cater for this protocol

Reproduce:

Try connecting to a https://ogc/service and the client will not fail gracefully

Original issue reported on code.google.com by ch...@narx.net on 24 Jul 2007 at 1:36

GoogleCodeExporter commented 9 years ago
Thanks Chris for raising this issue,
To implement this we can refer to the example of create HTTPS connection in 
Java ME:
http://www.java-tips.org/java-me-tips/midp/how-to-create-a-https-connection-with
-a-midlet.html

Original comment by khanh....@gmail.com on 8 Aug 2007 at 7:24

GoogleCodeExporter commented 9 years ago
Fixed in v1.0.1 Release

Original comment by khanh....@gmail.com on 4 Sep 2007 at 9:38