David Myers

Results 63 comments of David Myers

See #14191 for the correct location of those files. The CA key password is only displayed one time when Algo completes. If you didn't record it then you won't be...

If you need those files to set up IPsec on a Linux client it will probably be easiest to deploy a new AlgoVPN.

We have 6 Apple devices that are always on WireGuard and AirDrop still works, though it can be unreliable at times. I don't if the unreliability is related to WireGuard.

Please post the output of: ``` ls -l $(which python3) ``` Try running **Install Certificates** again. Do you see output from the command? I've seen the command do nothing when...

You downloaded 3.8 from python.org but the log you posted above says 3.7.3, so you apparently have multiple versions installed. You should try to find and remove the old version...

@adhamnm Please post the output from the following commands: ``` ls -l $(which python3) grep -c CERT /Library/Frameworks/Python.framework/Versions/3.7/etc/openssl/cert.pem ```

> I get "No such file or directory" For both commands? Did you get your Python 3.7 from python.org and run the "Install Certificates" command?

@gnorcie So apparently after announcing they would not be including new versions of Python in Catalina, Apple now includes Python 3.7.3 as part of the Xcode Command Line Tools. Like...

Rather than modify `iptables` it's much easier to use your cloud provider's external firewall, assuming it can filter by source IP (e.g., Lightsail cannot). If you're no longer using IPsec...

In `config.cfg` look for `lightsail:` and change `size` from `nano_2_0` to `nano_2_1`. @jackivanov It looks like Lightsail bundle sizes are no longer consistent across regions: ``` ap-northeast-1: nano_2_0 ap-northeast-2: nano_2_0...