Results 1 to 4 of 4

Thread: An error occurred during a connection to xml.freecause.com:443.

  1. #1
    Join Date
    May 2009
    Posts
    2,865

    An error occurred during a connection to xml.freecause.com:443.

    An error occurred during a connection to xml.freecause.com:443.

    The OCSP server experienced an internal error.

    (Error code: sec_error_ocsp_server_error)

  2. #2
    Join Date
    Mar 2005
    Posts
    544

    Solution to fix - An error occurred during a connection to xml.freecause.com:443. The OCSP server experienced an internal error.

    This step-by-step article describes how to determine if Secure Sockets Layer (SSL) connectivity is not working on the Web server or on a intermediate device that is on the path from the client to the Web server.

    After you install a Secure Sockets Layer (SSL) certificate on a computer that is running Internet Information Server (IIS) or Internet Information Services (IIS), you may find that you cannot connect to the computer across the Internet. When you try to connect, you may receive the following error messages in the browser:

    Determine the Cause of the Problem
    One possible cause of this error is that an intermediate device, such as a router or a firewall, is blocking TCP port 443 requests to the server.


    Make an SSL Request to the Server
    To isolate this as a possible cause, first make sure that an SSL request to the server on the server is successful. After you install the SSL certificate, you can make an SSL request to the server by using the browser on the server (that is, connect to https://www.commonnameonthecertificate.com by using the browser on the Web server).

  3. #3
    Join Date
    Mar 2005
    Posts
    544

    Solve - An error occurred during a connection to xml.freecause.com:443.

    Find the Blocking Intermediate Device

    If you can connect to the server, follow these steps to confirm that an intermediate device is blocking the SSL traffic:

    1. On the Web server, open a command prompt and use the Microsoft TCP/IP Tracert utility to connect to a known Web server on the Internet that has an SSL certificate installed (such as www.microsoft.com). This shows all of the "hops" between the Web server and the destination server.

    The -d switch tells Tracert not to map IP addresses to host names.
    tracert www.microsoft.com -d
    Code:
      1    20 ms    10 ms    10 ms  24.25.66.1
      2   <10 ms    10 ms    10 ms  24.93.65.149
      3   <10 ms    10 ms   <10 ms  24.93.66.145
      4   <10 ms    10 ms    10 ms  24.93.66.178
      5    20 ms    20 ms    20 ms  64.240.245.81
      6    20 ms    20 ms    20 ms  208.30.202.5
      7    20 ms    20 ms    20 ms  144.232.8.229
      8    40 ms    30 ms    30 ms  144.232.18.33
      9    40 ms    30 ms    40 ms  144.232.26.1
     10    40 ms    30 ms    30 ms  144.232.26.6
     11    80 ms    71 ms    70 ms  144.232.18.49
     12    70 ms    70 ms    70 ms  144.232.6.89
    2. When you have obtained this information, use the Microsoft TCP/IP Telnet utility to determine which router is blocking the SSL traffic. First, try to telnet to port 443 on the first hop that is reported from the Tracert output.

    For example, telnet to each hop that is listed in the Tracert output:
    Code:
    telnet 24.93.65.149 443
    When a connection is made to a listening SSL port, the telnet session shows a blank flashing cursor, as if the server is waiting for input. After several seconds, or if you press any keys, the telnet client displays the following:
    Code:
    Connection to host lost.
    A connection to a server that is not listening on SSL immediately returns the following message:
    Code:
    Could not open a connection to host on port 443 : Connect failed
    3. Continue this process for each item on the Tracert list until you have determined the first intermediate device that is blocking SSL connections. After you find that device, work with the administrator of that device to correct this issue, and then try to connect to the site from the Internet.

  4. #4
    Join Date
    Mar 2005
    Posts
    544

    Troubleshooting - An error occurred during a connection to xml.freecause.com:443.

    Troubleshooting

    For additional information about what to do if using the browser on the Web server is not successful, click the article numbers below to view the articles in the Microsoft Knowledge Base.

    http://forums.techarena.in/windows-s...lp/1377975.htm

    http://forums.techarena.in/windows-s...lp/1377976.htm

    http://forums.techarena.in/windows-s...lp/1377982.htm

Similar Threads

  1. connection to xml.freecause.com:443
    By Kaarunya in forum Windows Server Help
    Replies: 3
    Last Post: 01-12-2010, 08:47 PM
  2. System error 59 has occurred. An unexpected network error occurred
    By Custidio in forum Networking & Security
    Replies: 4
    Last Post: 05-01-2010, 09:10 PM
  3. Error occurred in Wireless connection on windows 7 OS
    By abigial_i in forum Operating Systems
    Replies: 3
    Last Post: 07-12-2009, 12:41 PM
  4. Replies: 2
    Last Post: 02-06-2005, 10:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,084,614.75976 seconds with 17 queries