hi, i am using an exported certificate from a production server, in my development environment. Using Internet explorer, i get a warning in the first page i've visited saying the host name of sertificate does not match with the server, which is true However, IE provides me option to accept it as trusted. When generating the stub from wsdl page hosted in asp.net, i am using the keystore, which i've exported from my development machine. And wsdl to java complains about hostname being wrong. When i look at the certificate i've exported from my machine, i see the CN value pointing to the original server as normal. So, how can i force wsdl2java to trust this certificate with wrong hostname, like IE does. I am doing this, since i don't want to mess with production server, and keep developing in my own environment. Best Regards..
