Posts

Showing posts from 2022

Connect AEM to a MySQL Database

Insert Form Data in to MYSQL Data Base  stored procedure

Git SSL Certificate Problem: unable to get local issuer certificate issue

 #Resolution# Most of you got this issue while taking the clone very first time from the GitHub server. Workaround Tell git to not perform the validation of the certificate using the global option: Use this command : git config --global http.sslVerify false