bin/cradle auth-verify-mail auth_id=1 auth_slug=taku.haider1987@gmail.com auth_updated=123456 host=localhost
PHP Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in C:\Heroes\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php on line 95
I'm using cradle for php -> openssl -> swiftmailer for connecting to gmail.
I get the above auth error while sending smtp.gmail.com:587
Openssl should be able to handle tls. I double checked username/password, ports are forwarded through router, firewall has exceptions, different ports, bypass dns and attempted passing cacert.pem
I would greatly appreciate advice.