Why does the following error occur when attempt to connect on Linux?
Exception occured: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.io.IOException: HTTPS hostname wrong: should be
|
Submitted by josepagan on Thu, 06/26/2008 - 10:27.
Why does the following error occur when attempt to connect on Linux? Exception occured: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.io.IOException: HTTPS hostname wrong: should be »
|
That error seems to be
That error seems to be related to the SSL certificate, but as far as I know the client shouldn't be able to get an error like that. (But apparently it can)
Could you paste the entire error message? Also, are there any errors in the server log?
Have you tried from a windows box and it worked?
- Leo