I assume the conversion is still in process. The site is now working as https, but does still flag as insecure by the browser, probably just due to the fact that the links for some images and links for ads are to http. I imagine you'll want to fix that pretty soon, since my browser is blocking the ads as a mixed content error. And there should be a redirect from the http to the https address.

Don't know why all of those links are absolute URL's. <img src="http://traveltalkonline.com/ttol/logo.gif" width=86 height=60 alt="" border="0" /> could just be <img src="/ttol/logo.gif" width=86 height=60 alt="" border="0" />, which is more general and works for both http and https.

At least now the password is not send insecure if you use the https site.