I develop on a Mac sierra system, and now I am writing a Laravel backend, which requires the use of Jwt, so I quoted tymondesigns/jwt-auth. But in composer update, I encountered a problem and reported this kind of bug:
But my openssl has already been installed
Who has encountered this situation?
我想大声告诉你2017-05-16 13:03:09
This article Roll your own PHP to support OpenSSL instead of Secure Transport makes it very clear that Apple’s PHP uses its own encryption, not openssl
You need to do what the article says
淡淡烟草味2017-05-16 13:03:09
Maybe the version is wrong. Did you compile it or download it directly using the package management tool? Try reinstalling.