HTTP Web Server

A I have served an application, and I introduced the following error when you open a form.

Error 500

HTTP Web Server: Lotus Notes Exception - The Address Book does not contain a cross certificate capable of validating the public key.

This error is presented with only two forms, and have no idea that may be. Anyone can help it agradesco

Tanks

Subject: HTTP Web Server

There is no “direct” web action that would result is checking public keys, but if your two forms contain back-end code, that e.g. tries to access data from another server via @DbLookup or alike, and the signer of the form is not cross certified with the other servers certifier, this is what’s going to happen.

Could just be, that you have to sign your application (or template) with the right ID and you’re done. The tricky part most of the time is, to find that one piece of code that’s accessing the source it is not allowed to. Could be in every single field, even in a combo box getting its values from a formula …