-
May 9th, 2011, 11:17 PM
#1
Known Issues with Spring Android RestTemplate and SSL
Hi
I was told Spring Android REST Template had known SSL issues. I am trying to locate any but failed. Is this true. Can i use this safely on my mobile application.
Thanks in advance for feed back.
Regards
H
-
May 10th, 2011, 07:07 AM
#2
I guess without knowing who told you and what they told you, it is tough to figure out if what they told you is correct. Can you safely use SSL and the Spring REST client on your mobile application? Yes, you can. Could you have problems with SSL certificates and certain mobile web sites? Yes, due to the fact that by default, your mobile device/mobile browser (I am talking Android, don't know about iOS) is installed with trusted support from a number of Certificate Authorities (CA) such as Verisign, etc. If the site you are accessing through HTTPS is using a certificate from a CA that is not one pre-loaded/supported by the browser, then you have bit of work to do. If you are a developer and is dealing with SSL and self-signed certs on a development server, that is different issue you would have to address.
Perry Hoekstra
-
May 10th, 2011, 09:03 AM
#3
Thanks Perry,
I am all set.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules