Laravel PHP 5.6 unable to locate certificate
Laravel
work araound for local
error:
stream_socket_enable_crypto(): Unable to locate certificate CN
File:
F:\alertmd\backup\mine\DSI\chamber2.0-L5.3\www\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php
comment out line 259 and add
//$options = array(); $options['ssl'] = array('verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true);