From: Damjan Rems Date: 2007-08-28T22:08:22+09:00 Subject: https with ruby This task has come to my desk last hour and I wonder if it could be done with ruby: I would need to send XML file to some url with "HTTP POST request". That shouldn't be a problem (mechanize comes to mind). Problem is that url is https:// and certificate should be exchanged during session start. In browser, browser assures that certificate is exchanged. How do I do this from ruby program? I don't know yet, but I guess xml file should be encrypted too. So can this be accomplished with ruby. Thank you TheR -- Posted via http://www.ruby-forum.com/.