Giter VIP home page Giter VIP logo

Comments (12)

MTRichards avatar MTRichards commented on August 23, 2024

Still having this problem with s3 mounting with the latest stable build, Dec 6 evening build
help!

from apps.

MTRichards avatar MTRichards commented on August 23, 2024

Still have the same problem mounting Dec 9 build. PLEASE HELP!

from apps.

icewind1991 avatar icewind1991 commented on August 23, 2024

@MTGap can you have a look at this

from apps.

MTRichards avatar MTRichards commented on August 23, 2024

This time it completely crashed my server, and i had to go back and remove it so i could see the files app. should be real easy, there are only 3 settings...but still doesnt work for me. Seems like a CURL error and an uncaught security exception?

[Mon Dec 10 19:24:34 2012] [error] [client 192.168.1.36] PHP Fatal error: Uncaught exception 'cURL_Exception' with message 'cURL resource: Resource id #98; cURL error: SSL certificate problem, verify that the CA cert is OK. Details:\nerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (cURL error code 60). See http://curl.haxx.se/libcurl/c/libcurl-errors.html for an explanation of error codes.' in /srv/www/htdocs/owncloud/3rdparty/aws-sdk/lib/requestcore/requestcore.class.php:824\nStack trace:\n#0 /srv/www/htdocs/owncloud/3rdparty/aws-sdk/services/s3.class.php(903): RequestCore->send_request()\n#1 /srv/www/htdocs/owncloud/3rdparty/aws-sdk/services/s3.class.php(1624): AmazonS3->authenticate('testbucket', Array)\n#2 /srv/www/htdocs/owncloud/apps/files_external/lib/amazons3.php(86): AmazonS3->list_objects('testbucket', Array)\n#3 /srv/www/htdocs/owncloud/lib/filesystemview.php(605): OC_Filestorage_AmazonS3->opendir(false)\n#4 /srv/www/htdocs/owncloud/lib/filesystemview.php(170): OC_FilesystemView->basicOperation('opendir', '/amazons3/', Array)\n#5 /srv/www/htdocs in /srv/www/htdocs/owncloud/3rdparty/aws-sdk/lib/requestcore/requestcore.class.php on line 824, referer: http://192.168.1.43/owncloud/settings/admin.php
[Mon Dec 10 19:24:34 2012] [error] [client 192.168.1.36] File does not exist: /srv/www/htdocs/favicon.ico
[Mon Dec 10 19:24:36 2012] [error] [client 192.168.1.36] PHP Fatal error: Uncaught exception 'cURL_Exception' with message 'cURL resource: Resource id #83; cURL error: SSL certificate problem, verify that the CA cert is OK. Details:\nerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (cURL error code 60). See http://curl.haxx.se/libcurl/c/libcurl-errors.html for an explanation of error codes.' in /srv/www/htdocs/owncloud/3rdparty/aws-sdk/lib/requestcore/requestcore.class.php:824\nStack trace:\n#0 /srv/www/htdocs/owncloud/3rdparty/aws-sdk/services/s3.class.php(903): RequestCore->send_request()\n#1 /srv/www/htdocs/owncloud/3rdparty/aws-sdk/services/s3.class.php(1624): AmazonS3->authenticate('testbucket', Array)\n#2 /srv/www/htdocs/owncloud/apps/files_external/lib/amazons3.php(86): AmazonS3->list_objects('testbucket', Array)\n#3 /srv/www/htdocs/owncloud/lib/filesystemview.php(605): OC_Filestorage_AmazonS3->opendir(false)\n#4 /srv/www/htdocs/owncloud/lib/filesystemview.php(170): OC_FilesystemView->basicOperation('opendir', '/amazons3/', Array)\n#5 /srv/www/htdocs in /srv/www/htdocs/owncloud/3rdparty/aws-sdk/lib/requestcore/requestcore.class.php on line 824
[Mon Dec 10 19:24:50 2012] [error] [client 192.168.1.36] PHP Notice: Undefined index: mountType in /srv/www/htdocs/owncloud/apps/files_external/ajax/removeMountPoint.php on line 13, referer: http://192.168.1.43/owncloud/settings/admin.php
[Mon Dec 10 19:24:50 2012]

from apps.

rinne avatar rinne commented on August 23, 2024

On OpenSUSE 12.2 you have to install ca-certificate packages in order to resolve this issue.

# zypper install ca-certificates ca-certificates-mozilla ca-certificates-cacert

should do the trick.

from apps.

brentjanderson avatar brentjanderson commented on August 23, 2024

I'm experiencing the same issue here with the following exception:

Aws\S3\Exception\SignatureDoesNotMatchException: The request signature we calculated does not match the signature you provided. Check your key and signing method.

from apps.

cdamken avatar cdamken commented on August 23, 2024

@MTRichards I'm not sure, but I think this could help: owncloud/core#9509

Works for me :)

from apps.

PVince81 avatar PVince81 commented on August 23, 2024

Please try again with this PR: owncloud/core#9509
(or try with the stable7 branch where it's in)

from apps.

gomgomgom avatar gomgomgom commented on August 23, 2024

@MTRichards.. I have a same problem with you.. maybe these link could help..
http://stackoverflow.com/questions/12236697/php-amazone-webservice-uncaught-curl-exception
http://stackoverflow.com/questions/11910697/amazon-s3-on-wamp-localhost-ssl-error
http://stackoverflow.com/questions/11213719/running-into-curl-error-with-s3-class-on-local-machine-but-runs-fine-on-host
http://ea.tl/2012/02/02/windows-php-curl-ssl-certificate-problem.html

from apps.

MTRichards avatar MTRichards commented on August 23, 2024

@gomgomgom Is this happening in ownCloud 7 still?

from apps.

gomgomgom avatar gomgomgom commented on August 23, 2024

@MTRichards .. oh sorry.. I'm happening this when connect to dynamo db..

from apps.

cdamken avatar cdamken commented on August 23, 2024

I think this is solved, reopen if needed.

from apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.