[Firebird-devel] [FB-Tracker] Created: (CORE-6246) [fbclient] Problem with too many number of columns in resultset.

2020-02-14 Thread Kovalenko Dmitry (JIRA)
[fbclient] Problem with too many number of columns in resultset. Key: CORE-6246 URL: http://tracker.firebirdsql.org/browse/CORE-6246 Project: Firebird Core Issue Type: Bug

[Firebird-devel] Web site cert issue

2020-02-14 Thread Scott Morgan via Firebird-devel
Not sure if this is the right list for it, but the https://firebirdsql.org/ cert has expired. Somebody needs to kick the Let's Encrypt updater? Scott Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Mark Rotteveel
On 14-02-2020 12:45, Scott Morgan via Firebird-devel wrote: Not sure if this is the right list for it, but the https://firebirdsql.org/ cert has expired. Somebody needs to kick the Let's Encrypt updater? The firebird-website list is probably a better venue for it. In any case, it has been fix

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Dimitry Sibiryakov
14.02.2020 13:25, Mark Rotteveel wrote: In any case, it has been fixed. As far as I understand, the certbot didn't restart the site after renewing the certificate causing it to continue to use the old certificate. What on this site requires encryption is still an open question. -- WBR, SD

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Sergey Mereutsa
Hi! It is fixed already :) -- Best regards, Sergeymailto:s...@dqteam.com On Fri, 14 Feb 2020 at 14:01, Scott Morgan via Firebird-devel < firebird-devel@lists.sourceforge.net> wrote: > Not sure if this is the right list for it, but the > https://firebirdsql.org/

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Mark Rotteveel
On 14-02-2020 13:28, Dimitry Sibiryakov wrote: 14.02.2020 13:25, Mark Rotteveel wrote: In any case, it has been fixed. As far as I understand, the certbot didn't restart the site after renewing the certificate causing it to continue to use the old certificate.   What on this site requires en

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Adriano dos Santos Fernandes
On 14/02/2020 10:31, Mark Rotteveel wrote: > > > PS: It is high time that the tracker also gets HTTPS, but given the > ancient version of Jira it's using, I'm not sure if that is an option. It's generally an option to put a reverse-proxy (nginx) in front of it. Looks like most of its returned URL

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Lester Caine
On 14/02/2020 12:28, Dimitry Sibiryakov wrote:   What on this site requires encryption is still an open question. Being forced to add certificates to all my client sites simply to stop google and browsers complaining that they are 'insecure' I agree with your comment on sites full of open d

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Adriano dos Santos Fernandes
On 14/02/2020 13:13, Lester Caine wrote: > > > That said, letsencrypt can't be relied on to complete a renewal cycle > ... I've just had manually clean up some certs myself so you have to > keep on top of every one :( > It always worked where I setup automatically renew. Adriano Firebird-Deve

Re: [Firebird-devel] Web site cert issue

2020-02-14 Thread Sergey Mereutsa
Hi! I solved this issue by adding a certificate with longer lifetime - just need to put reminder to reissue it next year :) -- Best regards, Sergeymailto:s...@dqteam.com On Fri, 14 Feb 2020 at 19:33, Adriano dos Santos Fernandes < adrian...@gmail.com> wrote: > O

[Firebird-devel] [FB-Tracker] Created: (CORE-6247) Presense of 'WITH CHECK OPTION' in a view DDL disallows UPDATE statement if user has been granted to update some (NOT ALL) columns of this view

2020-02-14 Thread Pavel Zotov (JIRA)
Presense of 'WITH CHECK OPTION' in a view DDL disallows UPDATE statement if user has been granted to update some (NOT ALL) columns of this view ---