Hi,
My configuration:
* svn repository installed on a linux server. an https access is opened(https://myserver/svn)
* an Intranet server running on Microsoft IIS6.
* a php script running from my Microsoft IIS6 server.
when I execute a svn command (svn log https://myserver/svn --username myuser --password mypassword) through a php script I have a server response:
-----------------------------------------------------------------------------------
Error validating server certificate for 'https://myserver:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: myserver
- Valid: from Thu, 26 Apr 2007 13:12:25 GMT until Fri, 25 Apr 2008 13:12:25 GMT
- Issuer: xxxxxxxxx
- Fingerprint: xxx
x
x:3d
x
x
x
x
x
x
x:fa
x
x
x
x
x
x
x
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: PROPFIND request failed on '/svn'
svn: PROPFIND of '/svn': Server certificate verification failed: issuer is not trusted (https://myserver)
------------------------------------------------------------------------------
The certificate is installed on my IIS server as a "Trusted Root Certification".
I used the Windows command console on my IIS server and I accepted (p)ermanently the certificate. Then, using the Windows command console, I can execute the same command without prompt and any error.
The same command through php script still returns the error message below.
Any idea?
Thanks a lot.
A svn's newbie.


Reply With Quote
Bookmarks