require 'httpclient'

clnt = HTTPClient.new
puts clnt.get_content("https://groupwise.hpc.msstate.edu/")

