Re: [RCU] roundcube custom tls verification options

2018-04-09 Thread Ralph Seichter
On 09.04.2018 02:37, David Mehler wrote: > what I'm wanting to do is tighten my tls verification options. My > domains each use a different letsencrypt certificate. Depending on your platform, you could do without any special Roundube configuration. With modern Linux distributions like Gentoo thi

Re: [RCU] roundcube custom tls verification options

2018-04-09 Thread David Mehler
Hello, Thanks for everyone's replies. What is wrong with this code? I keep getting a syntax error, it wants a ) not a , Thanks. Dave. array( 'verify_peer' => true, // certificate is not self-signed if cafile provided 'allow_self_signed' => false, // Letsencrypt 'ssl_cert => '/path/to/letsencryp

Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread David Mehler
Hello, Whenever I enable carddav plugin it's looking like a dns error. Here's what I'm getting in the error log: [09-Apr-2018 12:22:06 America/New_York] PHP Warning: dns_get_record(): DNS Query failed in /usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line 207 [09-Apr-2018 12:22

Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread David Mehler
Hello, Whenever I go to settings then pgp keys and try to create a keypair (using IE11) I get the message can not create keypair browser does not support cryptography. Serverside I'm using gnupg 2.25. Using firefox keypair generated and was imported successfully. I'm wondering if there's an ie11

Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread A.L.E.C
On 10.04.2018 00:10, David Mehler wrote: > Hello, > > Whenever I go to settings then pgp keys and try to create a keypair > (using IE11) I get the message can not create keypair browser does not > support cryptography. Serverside I'm using gnupg 2.25. > > Using firefox keypair generated and was i