vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am trying to establish a ssl connection (https) to a server, but it failed with X509CertChainIncompleteErr. I am using oracle HTTPClient as the protocol handler. Has anybody ever comes across this error before? Regards, Kamphon |
| ||||
| Kamphon wrote: > Hi, > I am trying to establish a ssl connection (https) to a server, but > it failed with X509CertChainIncompleteErr. I am using oracle HTTPClient > as the protocol handler. Has anybody ever comes across this error > before? > > Regards, > Kamphon Yes. Oracle 9iAS in combination with a Verisign certificate. Verisign certificates are not complete certificates, they reply on another certificate. This certificate is missing from 9iAS (but is standard in almost any browser); you can export it from a browser, and install it as root certificate. google archives for the error -- Regards, Frank van Bortel |