appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

verify host #97

Closed Cyrille37 closed 4 years ago

Cyrille37 commented 4 years ago

Hello At dev time it could be fast to use a fake ssl certificate.

Option verify_ssl was previously added but it's not enough when self-signed certificate does not match the domain name. So this PR add to the stack the verify_host request option (already present in Lush RequestOptions class).

Now I can use the fake & dummy ssl-cert-snakeoil.pem already present on my linux host ;-)

Cheers.

Cyrille37 commented 4 years ago

related to #55 #58

ovanschie commented 4 years ago

thanks!