Josef Vybíhal
Josef Vybíhal
Do you by any chance plan to support [Google Cloud DNS](https://cloud.google.com/dns/docs/reference/v1) since Google Domains is discontinued?
@alexleigh silly of me, I have just checked them Wiki menu and not the actual content. It turns out, that the item 49. of gcloud was missing. I have fixed...
Yeah, I though about arguments, it would we nice to tune some things with arguments while starting.
Any thoughts on this? I really dislike that the IP is leaked via `smtp.remote-ip` and would welcome if it could be not added.
> Have you tried with an empty password `-p ""`? Yeah, tried now. Also tried without user at all. But the result is exactly same.
I just tried 1.15.0 (33789115c88a448b4194d76c955d145ca35330b7) and 1.16.0 (cde9d69dd44f83f00de38fe5bdb163fb3ee07913), the behavior is the same. An observation - I have also tried linux version of FortiClient (7.0.0.0018) and it is also not...
I have build openconnect with openssl, and it works fine with the exact same certs and gateway: ``` $ sudo openconnect --protocol=fortinet -u User --certificate=/tmp/ssl-vpn/cert.pem --sslkey=/tmp/ssl-vpn/key.pem --server vpn.ACME.com [sudo] password...
> I have just built 1.17.1 and verified that login with username+password+certificate works, but I don't have a device which allows to login with a certificate only. In no way...
> Is perhaps a password required to use the user certificate? A password associated to the certificate itself? Not in my case. I have tested it. If password is required,...
> Unfortunately that doesn't explain why it doesn't work for @xvybihal who does use `--user-cert=/tmp/ssl-vpn/cert.pem --user-key=/tmp/ssl-vpn/key.pem`. Yeah, I have key and public cert separated from the beginning :/ > Perhaps...