Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread Mario Theodoridis
On 04/24/2018 08:23 AM, C. L. Martinez wrote: Hi all, Since this morning my OpenBSD 6.3 host (with tt-rss installed) returns the following error when I try to add some feeds: Couldn't download the specified URL: ; 77 error setting certificate verify locations: CAfile: /etc/ssl/cert.pem CApat

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread C. L. Martinez
Works!! ... Many thanks Manolis. On Tue, Apr 24, 2018 at 9:10 AM, Manolis Tzanidakis wrote: > Oops, forgot a sub-directory. Try this, instead: > > # mkdir -p /var/www/etc/ssl; cp /etc/ssl/cert.pem /var/www/etc/ssl > > On Tue (24/04/18), Manolis Tzanidakis wrote: > > Hello, > > try copying cert.p

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread Manolis Tzanidakis
Oops, forgot a sub-directory. Try this, instead: # mkdir -p /var/www/etc/ssl; cp /etc/ssl/cert.pem /var/www/etc/ssl On Tue (24/04/18), Manolis Tzanidakis wrote: > Hello, > try copying cert.pem to the www chroot: > > # mkdir -p /var/www/etc; cp /etc/ssl/cert.pem /var/www/etc/ssl > > and restart

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread Manolis Tzanidakis
Hello, try copying cert.pem to the www chroot: # mkdir -p /var/www/etc; cp /etc/ssl/cert.pem /var/www/etc/ssl and restart php-fpm. On Tue (24/04/18), C. L. Martinez wrote: > Hi all, > > Since this morning my OpenBSD 6.3 host (with tt-rss installed) returns > the following error when I try to

Errors with Php and curl under OpenBSD 6.3

2018-04-23 Thread C. L. Martinez
Hi all, Since this morning my OpenBSD 6.3 host (with tt-rss installed) returns the following error when I try to add some feeds: Couldn't download the specified URL: ; 77 error setting certificate verify locations: CAfile: /etc/ssl/cert.pem CApath: none It seems some type of problem with curl