Hi,
I want to do a post to a HTTPS url.
I am the client and i need to post to a webMethods server (wich require a certificate for authentication).
The server requires a certificate for authentication (i think when i see the logging from the server)
[3402]2007-02-13 14:05:31:231 [ISP.0047.0016E] The required client certificate was not provided by /My_IP
I am not using any tool for posting the message, i all have written it in Java-code.
But now comes the issue, i don’t know exactly how to present my certificate for authentication with the webMethods server in my java-code.
I already can connect to the socket, do a handshake without any problems, but when i’m sending data, i received nothing back. So i think my authentication is not succesful done.
Any help is greatly appreciated.
Thanks
Geert.