> I get the following error: > > javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated ... > > I, too, can access the WSDL from a browser with no problem. The certificate > is not a problem, because I can access the same > service on the same server from the same workstation using different methods > (i.e. .Net).
James is exactly right - CF uses the Java keystore, and .NET and your IE browser use your Windows certificate store. These are two completely different things. > However, because the certificate sits on a load balancer, the service > uses the username and password passed in the client credentials. > Is using the username and password parameters of the cfinvoke tag > in CF 7 the same as specifying the ClientCredentials.UserName.Username > and ClientCredentials.UserName.Password in .Net? I'm not a .NET expert, but my understanding is ... not exactly. The username and password in the case of CFINVOKE are HTTP authentication credentials, and the ClientCredentials class is kind of a generic class that can be used anywhere you want to store credentials. You could use it in conjunction with HTTP authentication, but you could also use it for other things as well. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333049 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

