User Tools

Site Tools


software:openvpn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:openvpn [2019/09/07 07:03] Michele Porellisoftware:openvpn [2023/06/14 03:56] (current) Michele Porelli
Line 5: Line 5:
 proto tcp</code> proto tcp</code>
  
-Where 127.0.0.1:4443 is the location where your web browser is listening for SSL connections.+Where 127.0.0.1:4443 is the location where your server web is listening for SSL connections.
 ===== Autostart with systemd in Debian ===== ===== Autostart with systemd in Debian =====
   * Place all openvpn *.conf files into /etc/openvpn/.   * Place all openvpn *.conf files into /etc/openvpn/.
Line 12: Line 12:
   * Run service openvpn start.   * Run service openvpn start.
  
 +===== Troubleshooting ===== 
 +==== OpenSSL: error:0A00018E:SSL routines::ca md too weak ==== 
 +It's time to update your configuration my friend. A -temporary- workaround is to convince OpenVPN you are ok with an insecure certificate. Add the following to your ovpn client configuration:<code>tls-cipher "DEFAULT:@SECLEVEL=0" 
 +</code>
software/openvpn.txt · Last modified: 2023/06/14 03:56 by Michele Porelli