I am working on the H2 XDR testing and I downloaded the certificate zip file which gives me cert.pem, key.pem, keystore.jks, and keystore.p12.
If I just use the cert.pem I get the following in my log:
XDR client certificate thumbprint used for
https://ett.healthit.gov:11084/xdstools/sim/edge-ttp__10/rep/xdrpr is A3E4B71205C98C80B9FB74ABE0EF4B9575797790
Unrecoverable exception: An error occurred while making the HTTP request to
https://ett.healthit.gov:11084/xdstools/sim/edge-ttp__10/rep/xdrpr.
This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case.
This could also be caused by a mismatch of the security binding between the client and the server.
The underlying connection was closed: An unexpected error occurred on a send.
Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
An existing connection was forcibly closed by the remote host.
When I try to upload keystore.p12 to see if that will work it asks for a password.
Can you tell me the password for certificate keystore.p12 and the thumbprint of the certificate thumbprint of the client authentication being expected.
I also tried the non secured endpoint
http://ett.healthit.gov:11080/xdstools/sim/edge-ttp__10/rep/xdrpr and it returned a (500) Internal Server Error. Can you tell me why this endpoint is not up and running correctly?