1. 程式人生 > >mac 在php工程中實現curl的https訪問

mac 在php工程中實現curl的https訪問

注:mac中自帶的curl和php版本可能不相容,或者其他原因,在未安裝curl時總是無法呼叫https,提示SSL certificate problem: Invalid certificate chain

操作流程

# 安裝php
# Include Curl support via Homebrew
brew install php70 --with-homebrew-curl
# 通過brew 安裝curl
# Build with OpenSSL instead of Secure Transport
brew install curl --with-openssl

說明

OpenSSL

OpenSSL 是一個安全套接字層密碼庫,囊括主要的密碼演算法、常用的金鑰和證書封裝管理功能及SSL協議,並提供豐富的應用程式供測試或其它目的使用

遇到問題

checking if the location of ZLIB install directory is defined... no
configure: error: Cannot find libz

解決:

xcode-select --install