S3 objectstore cert problem

Sorry to hear you’re facing problems :slight_frown:

If you’re urgently looking for support to keep your business running, consider checking out our paid support options.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the following as you can (you can cut and paste this into your topic):


Nextcloud version (eg, 10.0.2): 12
Operating system and version (eg, Ubuntu 16.04): ubuntu 16.04
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.18
PHP version (eg, 5.6): 7.0
Is this the first time you’ve seen this error?: no, in Nc11(but i fix this)

Can you reliably replicate it? (If so, please outline steps):
When i insert in the config.php file the part about the objectstore following the guidelines (for amazon s3)

The issue you are facing:
internal server error.

The output of your Nextcloud log in Admin > Logging:
Could not create object: [curl] 60: SSL certificate problem: self signed certificate in certificate chain [url] https://xxxxxxx:8082/xxxx/urn%3Aoid%3A170

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
‘objectstore’ => array(
‘class’ => ‘OC\Files\ObjectStore\S3’,
‘arguments’ => array(
‘bucket’ => ‘nextcloud’,
‘autocreate’ => true,
‘key’ => ‘EJ39ITYZEUH5BGWDRUFY’,
‘secret’ => ‘M5MrXTRjkyMaxXPe2FRXMTfTfbKEnZCu+7uRTVSj’,
‘hostname’ => ‘example.com’,
‘port’ => 1234,
‘use_ssl’ => true,
‘region’ => ‘optional’,
‘use_path_style’=>true
),
),

The output of your Apache/nginx/system log in /var/log/____:
nothing of importance


Remember, this information may be requested if it isn’t supplied; for fastest response please provide as much as you can :heart: Feel free to use a pastebin service, otherwise log files can be indented with 4 spaces on each line to present them in a friendlier way on the forum.

You used self-signed certs? Or is there a configuration problem on the host (you can check your ssl settings on https://sslabs.com).