Skip to content
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

Installer fails when proxy requires authentication #245

Open
pluk77 opened this issue Nov 28, 2022 · 1 comment
Open

Installer fails when proxy requires authentication #245

pluk77 opened this issue Nov 28, 2022 · 1 comment

Comments

@pluk77
Copy link

pluk77 commented 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:

!!  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)
@apsylone
Copy link

Same installation problem. PR Solved it. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants