SOAP and OpenSSL

There isn’t a whole lot of documentation online for the SOAP and OpenSSL
parts of the Ruby standard library. I have the SOAP part working just
fine, but I need to make it so that it sends the soap over SSL. If the
web server is setup properly is it enough if I use https instead of
http? If not, what do I have to do to secure the transmission? Thanks
for help.

-Scott