You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a proxy which requires authentication, the installer fails with an error.
This is due to the fact that the installer does not set the authentication header.
Steps to reproduce
Configure a proxy via the environmental variables with a username and password
Expected results
Installer works.
Actual results
Error message:
!! In CKEditorInstaller.php line 336:
!!
!! Unable to download CKEditor ZIP archive from "https://github.com/ckeditor/ckeditor-releases/archive/full/latest.zip
!! ". (file_get_contents(https://github.com/ckeditor/ckeditor-releases/archive/full/latest.zip): failed to open stream
!! : Cannot connect to HTTPS server through proxy)
The text was updated successfully, but these errors were encountered:
pluk77
added a commit
to pluk77/FOSCKEditorBundle
that referenced
this issue
Nov 28, 2022
Subject
When using a proxy which requires authentication, the installer fails with an error.
This is due to the fact that the installer does not set the authentication header.
Steps to reproduce
Configure a proxy via the environmental variables with a username and password
Expected results
Installer works.
Actual results
Error message:
The text was updated successfully, but these errors were encountered: