trilbymedia / grav-plugin-git-sync

Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Apache License 2.0
245 stars 57 forks source link

Causing OpenSSL errors on localhost using MAMP PRO #36

Closed duksh closed 7 years ago

duksh commented 7 years ago

I am using MAMP PRO v3.5 on MAC to install the grav git-sync plugin for development testing purpose. The error am getting is:

Server Error Sorry, something went terribly wrong!

0 - Cipher method not supported. This is normally caused by an outdated version of OpenSSL (and/or OpenSSL compiled for FIPS compliance). Please upgrade to a newer version of OpenSSL that supports aes-256-ctr to use this library.


The grav log file is attached grav-log.txt

w00fz commented 7 years ago

I actually never seen this error before, have you tried changing the PHP version to 5.6 or 7.0? Also, do you have all the MAMP SSL libraries enabled?

duksh commented 7 years ago

Hi @w00fz yes my MAMP SSL Module was enable + PHP version was set to v7

w00fz commented 7 years ago

Is this still an issue? It seems like you have everything in order for it to work. That error looks strange, I have never seen it before.

What macOS version are you running? By the sound of it it just seems like you have some outdated openssl libraries that need to be handed at OS level.

thekenshow commented 7 years ago

FWIW, MacOS Sierra latest (10.12.6) with MAMP Pro 3 was generating this error. Upgrading to MAMP Pro 4 resolved the issue.