Posts by Thiago Vieira • 19 points
2 posts
-
0
votes0
answers17
viewsQ: "Curl" request on my server is error in SSL certificate
I’m performing a Curl request with PHP on my hosting. However, if I leave the parameter "CURLOPT_SSL_VERIFYPEER" true, the request returns the error "Curl error 60: SSL Certificate: Unable to get…
-
1
votes1
answer25
viewsQ: Git project with two separate folders
Hello, today I have a web project. The public data inside the folder "public_html/": public_html/projeto-publico/ and another folder with sensitive files ("project-backend") is outside…