Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ejonesHi Pedro,
The 403 error code is an authentication failure. And clearly the message is saying that the correct certificate has not been provided.
I have two ideas about what it is saying here and here are my thoughts (1b is what I feel is closest to answering your question)
1a) Since you are using HTTPS you are using the security that comes with SSL. That process involves validating certificates to verify authenticity and for encryption. LAE deploys with Java which has the standard set of certificates installed with it. Making sure you have the latest versions of our releases helps to ensure you have the latest versions of the standard SSL certificates.
1b) Often, for security reasons with HTTPS and SSL, a server will not be using the standard certificates and you will need to install a client certificate. If this is the case there has to be some documentation as to how this would be done. If you could provide that information then we could help you apply it to the LAE environment. I expect this documentation to involve using the keytool command that comes with Java and is described on this page where someone has a similar challenge,
http://stackoverflow.com/questions/1...authentication Also make sure you've studied the document provided by gmullin. It helps point out where to find the certificate file you would need to modify and may provide everything you need.
2) There might be an added layer of security using certificates that is nonstandard. If that is the case than we have no information about working with it.