Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a form's doc action is configured to post to an https endpoint, you can ignore ssl security using the frevvo web.xml param frevvo.certificate.signature. Services that accepts https and do not have a security cert certificate setup might generate an error like this:

...

 You can tell frevvo to ignore this error using the frevvo.certificate.signature context parameter . This should work with services that have self-signed certs certificates that aren't installed in jvm cert certificate file and with certs certificates from a security authority.

...