Open-Xchange-Frontend / shared-grunt-config

This shared configuration can be used to develop modules for the Open-Xchange Appsuite UI
MIT License
1 stars 2 forks source link

Fix crash when upstream proxy is not used #6

Closed VP- closed 4 years ago

VP- commented 4 years ago

The upstream proxy feature made the HTTP library variable depending on whether the upstream proxy uses HTTP or HTTPS. It was even set correctly when an upstream proxy was used. But the old (and still predominant) use case of no upstream proxy was forgotten, and trying to use the HTTP library crashed immediately when a non-HTTPS request was proxied.