quote:Originally posted by tanvir: Anyone who knows the solution... Help
A rep form Microsoft pointed me to the Q article that helped me solve the problem. I had to allow access to port 8087 because the standard SSL ports are 443 and 563, but cpanel on this web-host was using 8087. Just substitute your port number in the vbs script sample they give you. http://support.microsoft.com/default.aspx?scid=kb;en-us;283284
The cPanel site I had to get to was through port 8087, so based on the article that I referenced, you have to make a vbs script with the exact code they suggest, except substitute your port # where they have their port numbers. I forget if it was line 2 or 3. Then, save the text file with a .VBS extension on it and run it. That's all I had to do. You may have a different SSL port to get to so you have to check that out first. Good luck.