Linux Mint Türkiye
Yazılım => Yazılım Genel => Uygulama Geliştirme => Konuyu başlatan: Panta rhei - 19 Ekim 2016, 18:16:25
-
curl https://install.meteor.com/ | sh
komutuyla meteolaru yüklemeye çalışıyorum
curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 3962 0 --:--:-- 0:00:01 --:--:-- 3962
Downloading Meteor distribution
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Retrying download in 5 seconds...
hatasını alıyorum -k yada insecure komutuyla çalıştırdığımda
curl https://install.meteor.com/ | sh -k
sh: 0: Illegal option -k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3889 0 3889 0 0 624 0 --:--:-- 0:00:06 --:--:-- 826
curl: (23) Failed writing body (207 != 3897)
böyle bir hata alıyorum stackoverflow da ve diğer yerlerde baktım sertifika yı güncelledim curl bir daha yükledim olmadı
sudo apt-get upgrade && sudo apt-get update yapıp sonra denedim olmadı ne yapmalıyım?
Mesajlar Birleştirildi.
php.ini dosyasının nerde olduğunu bulamadım
/usr/local/lib/
bu path diyorlar ama orda python ve ruby dosları var php.ini içine bir satır eklemem lazım belki çözülür diyee bu dosyayı arıyorum
Mesajlar Birleştirildi.
cacert.pem sertifikasını indiriyorum ve
Save the file in your PHP installation folder. (eg: If using xampp – save it in c:\Installation_Dir\xampp\php\cacert.pem).
Add the following line to php.ini (if this is shared hosting and you don't have access to php.ini then you could add this to .user.ini in public_html)
curl.cainfo=/path/to/downloaded/cacert.pem
ikiside aynı adım fakat indirdiğim dosyayı nasıl bunlarla ilişkilendireceğimi bilmiyorum php dosyasını nerde bulabilirim ve path 'e indirdiğin dizindeki path yazıcağım sanırım
-
Önce update sonra upgrade olmalı.
sudo apt-get update && sudo apt-get upgrade-k veya --insecure parametresini sh'den sonra değil curl'den sonra yazıp tekrar deneyebilir misiniz?
-
önce ya da sonra fark etmiyor
~ $ curl https://install.meteor.com/ -k| sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 1858 0 --:--:-- 0:00:04 --:--:-- 1859
Downloading Meteor distribution
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Retrying download in 5 seconds...
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Retrying download in 5 seconds...
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Retrying download in 5 seconds...
bu komuttan sonra
echo insecure | tee ~/.curlrc
meteoru yükleyebildim ve proje başlatabildim.