headTitle($this->translate('auto_configure_title')); // Set up breadcrumbs: $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('auto_configure_title') . '
  • ' . $this->transEsc('Fix SSL Certificates') . '
  • '; ?>

    transEsc('auto_configure_title')?>

    VuFind is unable to verify SSL certificates. This may adversely impact consumption of secure APIs.

    Troubleshooting steps:

    1. Try setting the sslcapath or sslcafile setting in the [Http] section of your config.ini file to point to your local certificate store.
    2. If you wish to disable certificate checking, you can set sslverifypeer to false in the [Http] section of config.ini. This is insecure and not recommended but may be useful for initial testing purposes.