On Sat, Dec 22, 2001 at 11:35:23PM +1600, Cody Ray wrote: > hello I'm pretty new to linux...so if this is a silly question...please > forgive me :) > > I've innstalled demarc according to the installation doc....made some > modifications to httpd.conf but when I trie to connect to > https://192.168.1.2/demarc (this is a test machine) it sais that the > connecion is refused by the server....I have no Iea what might cause > this problem.Does anyone have some suggestions where to look at? > > Thanks.. > Ensure that you are using the correct path to the demarc file. On my setup its https://xx.xx.xx.xx/dm/demarc. Also, make sure that your Web Server is running SSL. (Do a 'netstat -nap --inet' and ensure port 443 is listening - or just try 'https://192.168.1.2' and ensure you get a web page back.).
Hope this helps, Paul