Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Conversation

snowcore and others added 30 commits June 25, 2019 23:57
as php 7.2 depracted the mcrypt extension the recommendation here should only apply for 7.1.

While it is still possible to compile mcrypt for php 7.2 this is not recomandated.

Instead, for 7.2 magento the mcrypt_compat php extension is included which supplies the mcrypt functionality.
This page states, that TLS 1.1 is required, but for both paypal and repo.magento.com TLS 1.2 is required.

For Paypal, the information is stated here https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements_tls1-2.html 
For repo.magento.com this ssl test: https://www.ssllabs.com/ssltest/analyze.html?d=repo.magento.com&hideResults=on shows, that TLS 1.2 is required as well.
hostname can cause an additional delay on each connect depending on your dns setup as the hostname needs to be resolved on each request.

Using the IP address should be recommended because of this.
fix wikipedia url
backport to 2.2
 Add the recommendation for using IP address over a hostname for database config
Update required TLS version
Added note about mcrypt and PHP < 7.2
Fix typo in discover-deploy.md

1. Create a `requirejs-config.js` file with the following content:

```javascript
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be indented to appear correctly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

| [Google Authenticator](https://support.google.com/accounts/answer/1066447?co=GENIE.Platform%3DAndroid&hl=en) | Generate and enter code from mobile app Requirements: Enable in Admin | `google`|
| [Authy](https://authy.com/) | SMS, call, token, and one touch <br/>Requirements: Enable in Admin and API keys | `authy` |
| [U2F Keys](https://docs.magento.com/m2/2.1/ee/user_guide/stores/security-two-factor-authentication-use.html) | Physical device to authenticate, like [YubiKey](https://www.yubico.com/). <br/>Requirements: Enable in Admin | `u2fkey` |
| [U2F Keys](https://docs.magento.com/m2/ee/user_guide/stores/security-two-factor-authentication-use.html?#u2f-key) | Physical device to authenticate, like [YubiKey](https://www.yubico.com/). <br/>Requirements: Enable in Admin | `u2fkey` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the ?

URL still works without it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nailed it

@dobooth
Copy link
Contributor Author

dobooth commented Oct 10, 2019

running tests

@dobooth
Copy link
Contributor Author

dobooth commented Oct 10, 2019

running tests

@dobooth dobooth merged commit 7cd8a8a into master Oct 10, 2019
@ghost
Copy link

ghost commented Oct 10, 2019

Hi @dobooth, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.