Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カールは私に次のエラーを与えます:
error:140773F2:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert unexpected message
これは何を意味するのでしょうか?
これはSSLハンドシェイクが悪いことを意味します。次のようにプロトコルのバージョンを指定する必要があります。
curl_setopt($curl_connection, CURLOPT_SSLVERSION, 3);
それでもエラーが発生する場合は、3を2に変更してください。