Hi, I'm using asp.net on IIS 6 but I guess this issue might not be specific to this environment.
I've created a web service on a public facing web server uitilising ssl.
When I use it using https://domain.com/webservices/sendfile.asmx it works fine. However, one of my clients wants to use the port number instead of https i.e. http://domain.com:443/webservices/sendfile.asmx. This, second, url does not work.
I've looked at the IIS setup and it appears to be using port 443 for SSL.
I just wondered whether anyone had come across a similar issue. I've tried this scenario on the paypal secure web site and it doesn't work on here either.
I've created a web service on a public facing web server uitilising ssl.
When I use it using https://domain.com/webservices/sendfile.asmx it works fine. However, one of my clients wants to use the port number instead of https i.e. http://domain.com:443/webservices/sendfile.asmx. This, second, url does not work.
I've looked at the IIS setup and it appears to be using port 443 for SSL.
I just wondered whether anyone had come across a similar issue. I've tried this scenario on the paypal secure web site and it doesn't work on here either.