F5F Stay Refreshed Software Operating Systems Connecting to the cockpit via Ubuntu involves using appropriate tools and protocols specific to your system setup.

Connecting to the cockpit via Ubuntu involves using appropriate tools and protocols specific to your system setup.

Connecting to the cockpit via Ubuntu involves using appropriate tools and protocols specific to your system setup.

S
stevenpowerrr
Junior Member
49
06-04-2021, 04:40 AM
#1
You're running NAS on Ubuntu 20.04 with Cockpit installed. The login issue you're facing appears only when using the web interface with your credentials. The error message indicates a TLS handshake failure during the connection attempt. It seems like the problem might be related to certificate validation or network configuration. Have you checked your server's certificates, firewall rules, or possibly updated the TLS settings? Also, consider reviewing your system logs for more details.
S
stevenpowerrr
06-04-2021, 04:40 AM #1

You're running NAS on Ubuntu 20.04 with Cockpit installed. The login issue you're facing appears only when using the web interface with your credentials. The error message indicates a TLS handshake failure during the connection attempt. It seems like the problem might be related to certificate validation or network configuration. Have you checked your server's certificates, firewall rules, or possibly updated the TLS settings? Also, consider reviewing your system logs for more details.

B
BlueBaery
Member
229
06-16-2021, 09:10 PM
#2
The issue indicates a certificate error, likely requiring HTTPS for Cockpit on the browser. It appears the fix involved using Apache or NGINX with Cerbot, obtaining a certificate, and setting up an HTTPS reverse proxy. Adjusting the cockpit configuration file and restarting the service may enable internal HTTP access but blocks external connections.
B
BlueBaery
06-16-2021, 09:10 PM #2

The issue indicates a certificate error, likely requiring HTTPS for Cockpit on the browser. It appears the fix involved using Apache or NGINX with Cerbot, obtaining a certificate, and setting up an HTTPS reverse proxy. Adjusting the cockpit configuration file and restarting the service may enable internal HTTP access but blocks external connections.

Z
ZeruGames
Member
85
06-27-2021, 09:16 AM
#3
Thank you for your response. I had already addressed that issue by adjusting the configuration. Removing the warning allowed me to access the login page smoothly. Following your suggestion, I switched to using HTTP instead of HTTPS. Now, a different outcome appears: I’m no longer receiving the error message that leads to the log. Instead, I stay on the login screen. The browser even suggested saving my credentials. When reviewing the logs, the error message changes to: "cockpit-tls[2159]: cockpit-tls: gnutls_handshake failed: The TLS connection was non-properly terminated."
Z
ZeruGames
06-27-2021, 09:16 AM #3

Thank you for your response. I had already addressed that issue by adjusting the configuration. Removing the warning allowed me to access the login page smoothly. Following your suggestion, I switched to using HTTP instead of HTTPS. Now, a different outcome appears: I’m no longer receiving the error message that leads to the log. Instead, I stay on the login screen. The browser even suggested saving my credentials. When reviewing the logs, the error message changes to: "cockpit-tls[2159]: cockpit-tls: gnutls_handshake failed: The TLS connection was non-properly terminated."

R
RiceisBad
Member
161
06-29-2021, 08:27 AM
#4
I connected via Edge and got the cockpit panel working. The 2159 issue only appears when trying to log in with Opera—my preferred browser. I’ll note this as resolved temporarily. Appreciate your help, @Master Disaster!
R
RiceisBad
06-29-2021, 08:27 AM #4

I connected via Edge and got the cockpit panel working. The 2159 issue only appears when trying to log in with Opera—my preferred browser. I’ll note this as resolved temporarily. Appreciate your help, @Master Disaster!