On Wed, Jan 14, 2004 at 03:19:30PM -0600, Rick Weinbender wrote: > >>Does 'view document source' on this page show anything? > It shows this below: ... > <frameset rows="0,*" border="0"> > <frame src="[4]http://www.mydomain.com/cgi-bin/sqwebmail?empty=1" > scrolling="no" noresize="noresize" > frameborder="0" /> > <frame src="[5]http://www.mydomain.com/cgi-bin/sqwebmail?noframes=1" > noresize="noresize" frameborder="0" /> > <noframes>
That's the frameset. Try getting the source for the content of the 'blank' frame (e.g. right click and choose 'view frame source' or something like that) > >>$ openssl s_client -connect www.yourdomain.com:443 > When I try this(above) at the prompt. I get this error message: > connect: Connection refused > connect: errno=29 Ah well, that means your webserver is not running on port 443, so you've no chance of HTTPS operation. Fix your webserver so that it serves HTTPS pages, then move on from there. Brian.
