Jump to content

Topic on Extension talk:RSS

Error "SSL certificate problem: unable to get local issuer certificate"

1
MikeDarling (talkcontribs)

After I installed the RSS extension, I set up some RSS feeds which only displayed an SSL certificate error ("SSL certificate problem: unable to get local issuer certificate"). To fix this, I had to check my php.ini file. Specifically, the following 3 settings: curl.cainfo, openssl.cafile, and openssl.capath. Mine were commented out. Make sure they are set to a current .pem file (I used the Mozilla CA certificate store in PEM format from https://curl.se/docs/caextract.html).

The process is described well here. This resolved my error. Hope it helps anyone else who finds this.

  • MediaWiki Version: 1.42.1
  • PHP Version: 8.3.9 (cgi-fcgi)
  • RSS Extension Version: 2.25.1 (ce17b2c) 05:55, 1 August 2024
Reply to "Error "SSL certificate problem: unable to get local issuer certificate""