-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL Error #106
Comments
@yiendos are we still experiencing this in the demo? |
@jebbdomingo grr had to rebuild my box, it was running another version. I can confirm this bug still exists: This is most probably due to the self signed certificates on our local boxes. If you need any help setting up the local demo site. Please let me know. |
@jebbdomingo @yiendos Would this solve it: https://www.joomlatools.com/developer/tools/vagrant/faq/#how-can-i-get-rid-of-the-ssl-warnings ? If not instead of checking for localhost, I would be checking to see if we are running inside the box and disable it then. There is an env var called JOOMLATOOLS_BOX you can check against. |
@johanjanssens hmm the ssl is added to keychain and is trusted by the browser, so I think we are good from this point of view |
@johanjanssens the demo box runs on the timble infrastructure code base, we've not created an environment variable: Where as |
@yiendos This issue is probably related to this: joomlatools/joomlatools-vagrant#177 |
See https://github.com/joomlatools/demo.joomlatools.com/issues/248
I suggest to disable peer certification verification on dev instances, see https://www.php.net/manual/en/migration56.openssl.php
The text was updated successfully, but these errors were encountered: