Skip to content

curl problem #1

@MrcRight

Description

@MrcRight

HTTPS needs to skip SSL validation
after composer , vendor/php-curl-class/php-curl-class/src/Curl/Curl.php need to set curl
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
Otherwise, false is prompted on request
Remember to update~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions