After installing the *.pfx file IE can access the site. But FirFox has returned Forbidden message, similar to the IS. I’ve imported the *.pfx into FirFox and now it can display the contents of the URL. So the URL is correct.
I think the problem is that the certificate is not yet installed into IS. I’ve even tried the same URL using pub.client:http I’m getting the same Forbidden message ie., status code of 403. I’ve even entered the username, password for the “auth” field, but it didn’t help.
The problem is how do we import the client certificate which is provided in the .pfx format into IS? When I try this I get the following error.
ASN1: INTEGER does not support getComponentAt(int)!
I couldn’t find any information in the guides regarding this.
Edit:
I’ve used openSSL to convert the .pfx file to .DER format using the pkcs12 command. Then converted the .DER format to .PER format using the “openssl rsa” command as the .DER file shows the RSA key (there is no DSA key). I’ve tried this .DER file to import the client, but it throws the same ASN1: error.
The certificate contains a private key. If I remove the private key from the .DER file, it complains that the private key is missing.
Any clues to proceed from here?
#webMethods#API-Management#soa