[SalesForce] Making Authenticated Web Service Callouts Using One-Way SSL

How do I make web service call out using one-way ssl. I couldn't find any documentation on this. Salesforce has given documentation for two-way ssl connection.

Best Answer

http://krishhari.wordpress.com/2012/02/08/making-authenticated-web-service-callouts-from-salesforce-to-ibm-cast-iron-part-iii/

If the server is updated with one way SSL just use https and update your remote access settings .No further configuration is needed .

http://wiki.developerforce.com/page/Making_Authenticated_Web_Service_Callouts_Using_Two-Way_SSL

Tutorial 2 in the above document explains one way SSL.