Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / July 2008



Tip: Looking for answers? Try searching our database.

Accessing a X.509 Cert using cfobject

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MASIII - 26 Jun 2008 16:31 GMT
I'm trying to consume a webservice that requires an X.509 certificate.  The
webservice uses SOAP.

In our current setup, we already consume several SOAP webservices.  The way I
usually do it is to create a XML Packet where I manually generate the envelope,
and then pass it using CFHTTP.

I am having problems with this technique as I need to generate the SOAP
headers based off the binary tokens created by the certificate.  

I am never able to get anywhere using cfinvoke.  I can never even access the
WSDL, which is why I always lean towards using CFHTTP.

Does anyone know of any way to use a java object to access the certificate and
then output the tokens?  I have already imported the certificate into the
cacerts keystore using the CF keytool utility.

Thanks in advance,
Michael
-==cfSearching==- - 04 Jul 2008 13:10 GMT
I do not have much experience with certificates.  But you might try posting
your question over at houseoffusion.com as well (include your CF version).  
Someone there might have an answer for you, or know of a simpler solution.

If java really is the only option, have a look at the java api's:  
http://java.sun.com/j2se/1.5.0/docs/api/java/security/KeyStore.html
http://java.sun.com/j2se/1.5.0/docs/guide/security/cert3.html#tools
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.