Link to home
Start Free TrialLog in
Avatar of rmullins83
rmullins83

asked on

HTTPS post site creating 403 errors in IIS 6.0 logs

I have created an HTTPS based site in IIS 6.0 which accepts HTTPS posts using a CGI file. For the last month or so since data has been sent to this site I have had reports from clients saying about 'connection timeouts' and 'connections freezing'.

The firewall in front of the server will only accept HTTPS connections. After checking the logs there seems to be a number of port 443 connections to the CGI file that have been successful. But a number of entries listed are as follows:

2008-05-23 07:00:01 212.188.x.x HEAD / 80 212.188.x.x 403 64 0 19

Can anyone help with these entries or help troubleshooting the lost connections to the site.

Regards,
RM
IIS.txt
ASKER CERTIFIED SOLUTION
Avatar of meverest
meverest
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmullins83
rmullins83

ASKER

Thanks for the tip. Have enabled http-sub-status in IIS logging properties and it turns out that the error is a 403.14 error:

2008-05-27 07:24:47 212.188.171.51 HEAD / 80 212.188.171.54 403 14 64 0 19

What I can't understand is that the site is receieving HTTPS posts successfully, there should not be any HTTP entries in the logs. Does IIS do something automatically like an HTTP keep alive (have disabled this in website properties)?

Any help appreciated.