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

Unable to load login screen for centos7-katello-devel-stable #1277

Open
jeffmcutter opened this issue Jan 18, 2021 · 3 comments
Open

Unable to load login screen for centos7-katello-devel-stable #1277

jeffmcutter opened this issue Jan 18, 2021 · 3 comments

Comments

@jeffmcutter
Copy link
Contributor

I'm trying to use centos7-katello-devel-stable but when I point my browser to the vagrant managed hosts entry on https it fails to load the login screen. The vagrant box I'm using is:

katello/katello-devel (libvirt, 2021.0114.0700)

vagrant up appears to complete successfully as do the following:

vagrant ssh centos7-katello-devel-stable
cd foreman
bundle exec foreman start

The browser console messages are:

Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.
login
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. login
Loading failed for the <script> with source “https://centos7-katello-devel-stable.example.com:3808/webpack/foreman-vendor.bundle-v6.0.0-development-25a881b2680b8b676d2f.js”. login:31:1
Loading failed for the <script> with source “https://centos7-katello-devel-stable.example.com:3808/webpack/vendor.js”. login:32:1
Loading failed for the <script> with source “https://centos7-katello-devel-stable.example.com:3808/webpack/bundle.js”. login:33:1
Uncaught ReferenceError: jQuery is not defined
    <anonymous> https://centos7-katello-devel-stable.example.com/assets/application-90c9de8f557426d73f0108e4784574fa2abb3c49e42399ac6976bf5812347910.js:9
    <anonymous> https://centos7-katello-devel-stable.example.com/assets/application-90c9de8f557426d73f0108e4784574fa2abb3c49e42399ac6976bf5812347910.js:11
application-90c9de8f557426d73f0108e4784574fa2abb3c49e42399ac6976bf5812347910.js:9:3
Loading failed for the <script> with source “https://centos7-katello-devel-stable.example.com:3808/webpack/katello:fills.js”. login:35:1
Loading failed for the <script> with source “https://centos7-katello-devel-stable.example.com:3808/webpack-dev-server.js”. login:36:1
Source map error: Error: NetworkError when attempting to fetch resource.
Resource URL: moz-extension://0a09f9cb-810c-49fe-b915-6d33d32a59a9/src/js/editor-popup.js
Source Map URL: purify.js.map

Any ideas? Is it just me?

Thanks,
-Jeff

P.S. I tried centos-katello-devel also and it is failing on:

TASK [foreman_installer : Run installer] ***************************************
fatal: [centos7-katello-devel]: FAILED! => changed=true 
  cmd: |-
    foreman-installer -v --no-colors --disable-system-checks --scenario katello-devel  --katello-devel-scl-ruby=rh-ruby25 --katello-devel-admin-password changeme
@ehelms
Copy link
Member

ehelms commented Jan 19, 2021

@jlsherrill @johnpmitsch could one of you take a look at this and help point in a direction that could get working?

@johnpmitsch
Copy link
Contributor

Hi @jeffmcutter, be sure to accept the self-signed certificates at https://$HOSTNAME:3808, see here for more information. You may run into this issue as well.

Check these first, and if you are still seeing issues let me know!

@jeffmcutter
Copy link
Contributor Author

jeffmcutter commented Jan 19, 2021

Thank you @ehelms and @johnpmitsch for the quick responses.

@johnpmitsch I found that both of those were issues for me and I am able to login now. For the first one, I submitted a PR to hopefully help someone like me who didn't read to the end of the URL to see the port number here:

#1278

Not sure maybe we should include the link to the issue for h2 also?

Thanks,
-Jeff

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

3 participants