jaggedsoft / php-binance-api

PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api
MIT License
604 stars 496 forks source link

Error with Web Socket #133

Closed NikitaKurdin closed 6 years ago

NikitaKurdin commented 6 years ago

Hello. When i'm using method depthCache I receive an error:

depthCache(BTCUSDT)) Could not connect: Unable to complete SSL/TLS handshake: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

PHP 5.6 Windows 7 x64

dmzoneill commented 6 years ago

Your bug says php 5.6, our latest version does not support php 5.6. The code does not run on anything less than php 7.

Please update to the current version and post a full bug report.

NikitaKurdin commented 6 years ago

Thx for answer. Problem is resolved.