[Evolution] Evolution -> ownCloud calendar: "Unacceptable TLS certificate"

2015-03-31 Thread a.gnome
I get this message from evolution every time I try to display my
ownCloud calendar:

Unable to connect to 'Default calendar': Cannot open calendar: Failed to
connect to a server using SSL: Unacceptable TLS certificate

I had been connecting to my calendar without problems prior to this.

The only think I can think of is this:  I used my laptop at a coffee
shop and canceled/rejected repeated certificate confirmation requests
upon logging in because I hadn't authenticated to their wifi service
yet.

Do I need to "reset" evolution's understanding of the validity of this
certificate somehow?


Thanks!


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution -> ownCloud calendar: "Unacceptable TLS certificate"

2015-03-31 Thread Pete Biggs

> Unable to connect to 'Default calendar': Cannot open calendar: Failed to
> connect to a server using SSL: Unacceptable TLS certificate
> 

I think the thread starting at 

https://mail.gnome.org/archives/evolution-list/2015-February/msg00124.html

may be of some use to you.

P.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution -> ownCloud calendar: "Unacceptable TLS certificate"

2015-03-31 Thread a.gnome
I would have found that thread but for the misspelling of
"unacceptable"...

This didn't fix my calendar certificate issue, but deleting and
recreating my ownCloud GNOME online account did.


Thanks


On Tue, 2015-03-31 at 17:53 +0100, Pete Biggs wrote:
> > Unable to connect to 'Default calendar': Cannot open calendar: Failed to
> > connect to a server using SSL: Unacceptable TLS certificate
> > 
> 
> I think the thread starting at 
> 
> https://mail.gnome.org/archives/evolution-list/2015-February/msg00124.html
> 
> may be of some use to you.
> 
> P.
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Evolution 3.16

2015-03-31 Thread a.gnome
Is there a best-guess release date for Evolution 3.16?

If there are any UI changes, are screenshots available?

Thanks!


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution 3.16

2015-03-31 Thread Paul Smith
On Tue, 2015-03-31 at 13:36 -0400, a.gnome wrote:
> Is there a best-guess release date for Evolution 3.16?

It was released last week; I guess Milan forgot to CC this list:

https://mail.gnome.org/archives/evolution-hackers/2015-March/msg1.html

> Hello,
> this is just a notice that evolution-data-server, evolution,
> evolution-ews and evolution-mapi 3.16.0 versions had been released. A 
> new gnome-3-16 branch had been created for the stable 3.16.x releases 
> in each module. The gnome-3-16 branches are under usual GNOME freezes, 
> while the current master branch is free of any freezes again.
> 
> Evolution also switched back to the GNOME release schedule. More 
> information on this can be found here:
> https://mail.gnome.org/archives/evolution-hackers/2015-February/msg00011.html
> 
> Bye,
> Milan


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution 3.16

2015-03-31 Thread Andre Klapper
On Tue, 2015-03-31 at 13:36 -0400, a.gnome wrote:
> Is there a best-guess release date for Evolution 3.16?

3.16.0: 2015-03-23.

> If there are any UI changes, are screenshots available?

I'm not sure why UI changes would be relevant enough to spend time
taking screenshots, but anybody interested can take them. :)

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution -> ownCloud calendar: "Unacceptable TLS certificate"

2015-03-31 Thread Adam Tauno Williams
On Tue, 2015-03-31 at 12:25 -0400, a.gnome wrote:
> I get this message from evolution every time I try to display my
> ownCloud calendar:
> Unable to connect to 'Default calendar': Cannot open calendar: Failed to
> connect to a server using SSL: Unacceptable TLS certificate
> I had been connecting to my calendar without problems prior to this.
> The only think I can think of is this

Did the certificate expire [certificates do that]?  What does OpenSSL
say about the certificate?

  openssl s_client -connect www.example.com:443

-- 
Adam Tauno Williams  GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Upgrade Evolution outside of Ubuntu mechanism

2015-03-31 Thread Tim Wescott
On Wed, 2015-03-25 at 19:39 +0100, Milan Crha wrote:
> On Wed, 2015-03-25 at 09:55 -0700, Tim Wescott wrote:
> > - Is there a binary, or should I build?
> > - Where should I get source?
> > - What configuration parameters should I give so that Bogofilter
> >   will work?
> > 
> > It occurs to me that perhaps the safest thing to do would be to 
> > install the source for Evolution 10.3.whatever from the Ubuntu 
> > repository, then look around here to find out what flag it is you 
> > need to set to tell Evolution to please use Bogofilter, then build.
> 
> Hi,
> please do not take this as an expertise guidance, it's just an idea 
> how to make things easier for you.
> 
> I agree with you to use your distribution's package as the starter. 
> Better to not get into a dependency hell. Install necessary 
> development packages, like if you'd like to build whole evolution, 
> together with the evolution's itself development package. Do not 
> install any source packages.
> 
> The trick is that the bogofilter module is only a module, just few KB 
> binary plus some GSettings/GConf definitions (which are always 
> installed) and nothing else. No need to compile evolution for it, if 
> you can use the development packages.

Thank you!



I just got done with this, and it appears to work -- at least, the
bogofilter option came up in Evolution, and after tagging a few dozen
messages as junk there's a file ~/.bogofilter/wordlist.db that got
updated.

Now I need to see if things start showing up automagically in my junk
folder (and watching my junk (that sounds bad) for good mail).

I'll try to remember to update in a day or two about whether it actually
took hold properly.

-- 

Tim Wescott
www.wescottdesign.com
Control & Communications systems, circuit & software design.
Phone: 503.631.7815
Cell:  503.349.8432

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution -> ownCloud calendar: "Unacceptable TLS certificate"

2015-03-31 Thread Milan Crha
On Tue, 2015-03-31 at 13:22 -0400, a.gnome wrote:
> This didn't fix my calendar certificate issue,

Hi,
makes sense, the thread was about mail (IMAP), not about calendar.

> but deleting and
> recreating my ownCloud GNOME online account did.

Calendars configured directly in Evolution has it, in the Calendar 
view, right-click the calendar in the calendars tree and choose 
Properties, there is the "Unset trust for SSL certificate" button, but 
it is not shown for GOA-configured calendars. I'll fix it.
Bye,
Milan
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list