nodejs / build

Better build and test infra for Node.
502 stars 165 forks source link

Orka connectivity issues to the VPN (SSL) #3101

Closed UlisesGascon closed 1 year ago

UlisesGascon commented 1 year ago

I was connected to Orka with openconnect and after aprox 30-60m the server disconnected me with the message: A server disconnection was received: b0 «Idle Timeout».

I tried to connect from my machine again and from a fresh droplet in DO (to avoid local issues with DNS) and the SSL issue persist:

root@ubuntu-s-1vcpu-512mb-10gb-ams3-01:~# sudo openconnect <HIDDEN_IP>
POST https://<HIDDEN_IP>/
Connected to <HIDDEN_IP>:443
SSL negotiation with <HIDDEN_IP>
SSL connection failure: Error in the pull function.
Failed to open HTTPS connection to <HIDDEN_IP>
Failed to complete authentication

In mactadium Orka seems working fine.

Captura de Pantalla 2022-11-26 a las 18 23 37 Redacted

Not sure how to proceed 🤔

UlisesGascon commented 1 year ago

Solved with #3112 🙌