Version Differences for Svn: E175002: OPTIONS of 'xxx': Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted

(Remedy)
(Added in process to fix)
Line 16:
  Logon to the agent box that attempted to run this job, and login as the '''user account the agent is running as'''. From here, open an '''Administrative Command Prompt''', and navigate to the supposed agent's working directory for that job. Now, execute a Subversion command that will cause a certificate to be downloaded. An example is listed below:    Logon to the agent box that attempted to run this job, and login as the '''user account the agent is running as'''. From here, open an '''Administrative Command Prompt''', and navigate to the supposed agent's working directory for that job. Now, execute a Subversion command that will cause a certificate to be downloaded. An example is listed below: 
       
    + * <pre>%AGENT_WORKING_DIRECTORY%>svn info [REDACTED]  
    + Error validating server certificate for '[REDACTED]':  
    + - The certificate is not issued by a trusted authority. Use the  
    + fingerprint to validate the certificate manually!  
    + - The certificate hostname does not match.  
    + Certificate information:  
    + - Hostname: [REDACTED]  
    + - Valid: from Wed, 24 Aug 2011 23:16:32 GMT until Sat, 21 Aug 2021 23:16:32 GMT  
    + - Issuer: [REDACTED]  
    + - Fingerprint: XX:XX:XX:56:21:41:2e:0a:eb:XX:XX:31:f4:27:XX:4c:9b:dd:e8:XX  
    + (R)eject, accept (t)emporarily or accept (p)ermanently? p  
    + Authentication realm: <[REDACTED]> VisualSVN Server  
    + Password for '[REDACTED]': *****  
    + Authentication realm: <[REDACTED]> VisualSVN Server  
    + Username: admin  
    + Password for 'admin': *****  
    + Path: trunk  
    + URL: [REDACTED]/svn/Support-Ant/trunk  
    + Repository Root: [REDACTED]/svn/Support-Ant  
    + Repository UUID: a6f13312-2a63-6c41-afcb-34619d4b7470  
    + Revision: 34548  
    + Node Kind: directory  
    + Last Changed Author: admin  
    + Last Changed Rev: 34548  
    + Last Changed Date: 2013-03-18 13:30:28 -0400 (Mon, 18 Mar 2013)  
       
       
    + %AGENT_WORKING_DIRECTORY%></pre>  
  = Error Examples =    = Error Examples =