From: Mart Lubbers
The new version of openssl disables everything lower than TLSv1.2. If you see errors in /var/log/syslog about TLS you have to allow lower version TLS versions by changing the last two lines in /etc/ssl/openssl.cnf to: @@ -118,5 +118,18 @@ MinProtocol = TLSv1.0 CipherString = DEFAULT@SECLEVEL=1
+ ++ When you have an ethernet jack as well in your laptop you might be tempted to put this in your /etc/network/interfaces as well +
+auto enp0s31f6 +iface enp0s31f6 inet dhcp ++ However, this results in your machine eagerly waiting for a connection at boot because a connected ethernet jack means a connected card, and the card is always connected in a laptop. + ifupdown-extra contains scripts to fix this. + Just link /etc/network/if-up.d/00check-network-cable to /etc/network/if-pre-up.d/00check-network-cable and be good to go. + If your system has predictable network names you might need to apply this patch first +