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

General Assistance: Secure Connection Failed - login URL #280

Open
Azy83 opened this issue Aug 13, 2024 · 5 comments
Open

General Assistance: Secure Connection Failed - login URL #280

Azy83 opened this issue Aug 13, 2024 · 5 comments

Comments

@Azy83
Copy link

Azy83 commented Aug 13, 2024

Hi,
I tried to use "localhost:8081" and "127.0.0.1:8081" on my FireFox, but I had a hard time finding the correct URL to see the login page. Can you please provide me some suggestions?

Thank you,
Azy

image

@SRAPSpencer
Copy link
Collaborator

The .env file in your VECTR directory determines with URL VECTR is accessible at. It must be configured and have DNS setup for the hostname appropriate to your environment.

@Telecnope
Copy link

Hello,

I'm having the same problem, I'm currently trying to set up this vectr server, but I'm getting a pseudo SSL error.
So I tried to fill my /etc/hosts to have name resolution but again same error.

Can anyone help me?

(I don't have a DNS server on my network)

@Telecnope
Copy link

Hello,

I'm having the same problem, I'm currently trying to set up this vectr server, but I'm getting a pseudo SSL error. So I tried to fill my /etc/hosts to have name resolution but again same error.

Can anyone help me?

(I don't have a DNS server on my network)

I've just tried a manipulation that consisted in adding a line, but it had no effect: “VECTR_FEATURES_SSLCONF=FALSE”.

@doodleincode
Copy link
Contributor

Hello,

I'm having the same problem, I'm currently trying to set up this vectr server, but I'm getting a pseudo SSL error. So I tried to fill my /etc/hosts to have name resolution but again same error.

Can anyone help me?

(I don't have a DNS server on my network)

If you are using the default generated cert, this cert is self-signed and by design untrusted by the browser. The generated cert covers the host/domain name that you provided as the VECTR_HOSTNAME value in the .env file. Make sure that you are accessing VECTR using the hostname.

Assuming the above is true, you should be able to tell the browser to accept the risk of trusting the self-signed cert.

@Telecnope
Copy link

Hello,
I'm having the same problem, I'm currently trying to set up this vectr server, but I'm getting a pseudo SSL error. So I tried to fill my /etc/hosts to have name resolution but again same error.
Can anyone help me?
(I don't have a DNS server on my network)

If you are using the default generated cert, this cert is self-signed and by design untrusted by the browser. The generated cert covers the host/domain name that you provided as the VECTR_HOSTNAME value in the .env file. Make sure that you are accessing VECTR using the hostname.

Assuming the above is true, you should be able to tell the browser to accept the risk of trusting the self-signed cert.

Hello,

I managed to solve my problem.
I had to modify the file /etc/hosts :
XXX.XXX.XXX.XXX vectr

Thanks to this line, then by searching in HTTPS://vectr:8081 it worked.

Then for the connection, you just need to pay attention to the timestamp of the machine in relation to the server. It tolerates a one-minute difference (compared with UTC time).

Good configuration

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

No branches or pull requests

4 participants