peer not authenticated error CFHTTP
hi
i'm trying call web page using cfhttp. url works fine , returns xml when called directly browser (any browser) fails following error message when called .cfm file using cfhttp:
| struct | |||
|---|---|---|---|
| charset | [empty string] | ||
| errordetail | i/o exception: peer not authenticated | ||
| filecontent | connection failure | ||
| header | [empty string] | ||
| mimetype | unable determine mime type of file. | ||
| responseheader |
| ||
| statuscode | connection failure. status code unavailable. | ||
| text | yes | ||
symptoms:
it's secured url (https) i've attempted using port 443 (which verified vendor) , plethora of other combinations of parameters.
i reviewing past errors via google searches on different cf forums stated solution either bug fix adobe or needed download security certificate onto own server, of references cf9, , i'm running cf10. i've been able use cfhttp on other ssl protected sites , response comes fine, particular url. why url fail message , not others? , why url display without error call browser not cf10?
i able make call page using command line tool curl.
what need coldfusion10 cfhttp requests work?
thanks in advance,
rich
if certificates certificate chain not listed trusted in java key store, request fail. way jvm works (which cf running). if using self-signed certificate or certificate certificate authority not trusted jvm, fail, every time.
there bug in cf9 enterprise result in certificate not being accepted, believe has been fixed in cf10. acutally problem 3rd party crypto library included in cf enterprise.
so, chances goign need imort 1 or more certificates jvm keystore. said you've found sintructions on how that, won't rehash. if self-signed cert, need import that. if cert ca parent, should able install ca root cert.
hope helps.
jason
More discussions in ColdFusion
adobe
Comments
Post a Comment