Hi friends welcome to my blog, today i am showing to solution of 1342635425 Could not access remote resource https://repositories.typo3.org/mirrors.xml.gz.
First you need to check whether php curl extension loaded or not
If not enable then first enable it and after that you need to download one file for curl from https://curl.haxx.se/docs/caextract.html click on hilighted text below and your file will be downloaded
Now past that file in wamp/xampp folder /cacert.pem the path will become like
C:/wamp/cacert.pem , you need to past this path in php.in file like this
curl.cainfo = "C:/wamp/cacert.pem". Now restart your server also add path for ssl in php.in file, openssl.cafile= "C:/wamp/cacert.pem"
Finally reload screen the error will be gone
Thank you for visiting my blog
No comments:
Post a Comment
your suggestion are welcome by me