diff --git a/src/Install/Actions/IndexAction.php b/src/Install/Actions/IndexAction.php index 3bed18d22..982d18157 100644 --- a/src/Install/Actions/IndexAction.php +++ b/src/Install/Actions/IndexAction.php @@ -49,7 +49,7 @@ class IndexAction extends HtmlAction ]; } - foreach (['mbstring', 'pdo_mysql', 'json', 'gd', 'dom'] as $extension) { + foreach (['mbstring', 'pdo_mysql', 'openssl', 'json', 'gd', 'dom'] as $extension) { if (! extension_loaded($extension)) { $errors[] = [ 'message' => 'The '.$extension.' extension is required.'