Cool - 2003-03-26

I am trying to access a link with https but I get  com.meterware.httpunit.HttpNotFoundException: Error on HTTP request: 404 Not found

Ex: I tried accessing https://www.technologycu.org/

*************
_BaseURL = "https://www.technologycu.org";
        _wreq = new GetMethodWebRequest(_BaseURL);
        _wresp = _wconv.getResponse(_wreq);
        System.out.println(_wresp.getText());
***************

Any idea why is this happening and how to resolve the problem.

Thanks,

-Satish