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

Refs #12364 - webpack server can serve assets on https #3734

Closed
wants to merge 1 commit into from

Conversation

ares
Copy link
Member

@ares ares commented Aug 16, 2016

42ba771 does not fix the issue completely, the policy is required but is not sufficient if the webpack server runs on the same domain as the Foreman. Browser refuses content from both https://$domain and http://$domain if the domain is same in both urls. With this patch, webpack server can be started in https mode and we can configure the client to use https too in settings.yaml.

There's one gotcha though, webpack_rails only supports verify_none ssl mode, I plan to send them patch and after that we can expose this option too.

@ares
Copy link
Member Author

ares commented Aug 16, 2016

mipearson/webpack-rails#49 - PR opened

@tstrachota
Copy link
Member

👍 works nice for me!

@dLobatog
Copy link
Member

dLobatog commented Aug 16, 2016

Just triggered http://ci.theforeman.org/job/test_develop/2319/ to see if test_develop comes back, ready to merge if tests pass 👍

@dLobatog
Copy link
Member

Lots of 'java.io.IOException: remote file operation failed:'.. [test]?

@dLobatog
Copy link
Member

Merged as ab5c7c2, thanks @ares!

@dLobatog dLobatog closed this Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants