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

VPN UI not opening issue #932

Closed
ersonp opened this issue Oct 14, 2021 · 2 comments
Closed

VPN UI not opening issue #932

ersonp opened this issue Oct 14, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@ersonp
Copy link
Contributor

ersonp commented Oct 14, 2021

Describe the bug
The vpn UI does not open on local hypervisor but opens on remote visor if enable_auth is set to be true in the config.
The vpn UI opens on local hypervisor but does not open on remote visor if enable_auth is set to be false in the config.

Environment information:

  • OS: Linux
  • Platform: Linux 5.11.0-37-generic x86_64

Steps to Reproduce
Steps to reproduce the behavior:

  1. Update configs of integration/intermediary-visorB.json, integration/generic/visorA.json, integration/generic/visorA.json with
			{
				"name": "vpn-client",
				"auto_start": false,
				"port": 43
			}

inside "apps"
2. Start integration env
3. Set enable_auth of hypervisor config to false
4. Go to vpn UI of hypervisor
5. Go to vpn UI of visor A
6. Do the same for enable_auth true0

Actual behavior
http://localhost:8000/#/vpn/unavailable?problem=pkChange sometimes we are redirected here and sometimes the page becomes unresponsive.

@ersonp ersonp added the bug Something isn't working label Oct 14, 2021
@Senyoret1
Copy link
Contributor

I performed multiple tests and was unable to reproduce the issue. I made some changes recently to the authentication detection in #792 , which was merged just hours ago. Could you please make sure you are using the last changes added to the develop branch from that PR?

@ersonp
Copy link
Contributor Author

ersonp commented Oct 15, 2021

Okay, will test it out and let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants