From: gregarican Date: 2006-11-11T10:05:06+09:00 Subject: Easy way to do a HTTPS POST? For a business banking app I needed to script out something that would upload a PGP-encrypted text file through a HTTPS POST command. Since Ruby is my language of choice for quick hitters like this I looked into using it for the HTTPS POST part of the puzzle. After googling around for awhile I didn't run across anything blatantly obvious as a solution. I use the One-Click Installer for Windows version of Ruby 1.8.4 as my primary development tool. I only saw 'net/http' and not 'net/https' as valid choices...