views:

32

answers:

2

Hi there,

I'm trying to use a Webservice which is SSL secured with ColdFusion.

Now the following Error is occuring:

Name in certificate test.xyz.de' does not match host nameservice.xyz.de'

I've installed the SSL cert in ColdFusion using the keytool. How could I get this work?

Thx.

+1  A: 

Probably you need to export different certificates for those domains:

Check out this tool, really handy comparing to keytool:

http://certman.riaforge.org/

Here's also good post containing how-to for exporting certificates:

http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=25AA75A4-45A6-2844-7CA3EECD842DB576

zarko.susnjar
Thanks. We ware using the CertMan allready. And I've done the import with the keytool by the tutorial you've linked in your post. It doesn't works :-(
Klaus
A: 

It seems if it's working in ColdFusion 9

Klaus