[CentOS] Announcing centos-plus repo for 8-stream

2021-10-28 Thread Fabian Arrotin
We used to have a "plus" repository for CentOS 7 and 8, that contained packages from OS, but rebuilt differently. Most known examples in CentOS 8 plus repository are the kernel-plus and thunderbird (with openpgp support). As CentOS 8 is going EOL end of this year, and that some us still need t

Re: [CentOS] Measure http request and response time using curl command

2021-10-28 Thread Steve Meier
Hello Kaushal, Am 2021-10-28 21:33, schrieb Kaushal Shriyan: Hi, Is there a way to measure http request and response time including network latency using any utility of a specific website? For example https://about.gitlab.com cURL can output a lot of metrics about a request, including timin

Re: [CentOS] Version of curl does not support session resumption

2021-10-28 Thread Steve Meier
Hello Joscha, Am 2021-10-28 16:30, schrieb Joscha Knobloch: Is curl going to be updated to support ftps session resumption in the near future? If not: What would be the best way to get a newer version onto the system? the point of RHEL / CentOS is to provide stability, so packages are genera

[CentOS] Measure http request and response time using curl command

2021-10-28 Thread Kaushal Shriyan
Hi, Is there a way to measure http request and response time including network latency using any utility of a specific website? For example https://about.gitlab.com Best Regards, Kaushal ___ CentOS mailing list CentOS@centos.org https://lists.centos.or

Re: [CentOS] Version of curl does not support session resumption

2021-10-28 Thread Stephen John Smoogen
On Thu, 28 Oct 2021 at 10:28, Joscha Knobloch wrote: > > Hi, > > we have a CentOS7 Server running that pushes some Backups via FTP onto > another server. We switches the FTP-Server for a new one that works very > well. One new thing is that FTPS session resumption is now mandetory and > cannot

[CentOS] Version of curl does not support session resumption

2021-10-28 Thread Joscha Knobloch
Hi, we have a CentOS7 Server running that pushes some Backups via FTP onto another server. We switches the FTP-Server for a new one that works very well. One new thing is that FTPS session resumption is now mandetory and cannot be turned off since it is an important security feature. Unfortuna