#!/bin/bash while [ 1 -lt 2 ]; do wget --secure-protocol=SSLv3 --no-check-certificate -O index.html https://localhost:3490/ done