Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| linux:installation:openssl [2022/09/03 14:57] – [Step 4 — Enabling the Changes in Apache] tutospisto | linux:installation:openssl [2022/09/03 14:58] (Version actuelle) – [Step 5 — Testing Encryption] tutospisto | ||
|---|---|---|---|
| Ligne 211: | Ligne 211: | ||
| You’re now ready to test your SSL server. | You’re now ready to test your SSL server. | ||
| - | Open your web browser and type https:// followed by your server’s domain name or IP into the address bar: | + | Open your web browser and type <code bash>https://</ | 
| - | https:// | + | <code bash>https:// | 
| Because the certificate you created isn’t signed by one of your browser’s trusted certificate authorities, | Because the certificate you created isn’t signed by one of your browser’s trusted certificate authorities, | ||
| Ligne 221: | Ligne 221: | ||
| If you configured Apache to redirect HTTP to HTTPS, you can also check whether the redirect functions correctly: | If you configured Apache to redirect HTTP to HTTPS, you can also check whether the redirect functions correctly: | ||
| - | http:// | + | <code bash>http:// | 
| If this results in the same icon, this means that your redirect worked correctly. However, the redirect you created earlier is only a temporary redirect. If you’d like to make the redirection to HTTPS permanent, continue on to the final step. | If this results in the same icon, this means that your redirect worked correctly. However, the redirect you created earlier is only a temporary redirect. If you’d like to make the redirection to HTTPS permanent, continue on to the final step. | ||