Problem update via browser 10.3.x >> 10.4.1

Hello, receive the following message in the browser window: cURL error 51: SSL: no alternative certificate subject name matches target host name myIPaddress.

I also tried it via the console, unfortunately it doesn’t work here either, what can I do?

Hi, this is a server issue, so I moved your topic.
Please fill out the server topic issue template, so we can help you effectively.

This sounds to me like you’re trying to access your ownCloud via:

https://myIPaddress

However the certificate installed on your server is not valid for this URL, and probably only valid for a domain name.

1 Like

What should I fill out?

cURL error 51: SSL: no alternative certificate subject name matches target host name '192.168.1.15'

my config file:
<?php
$CONFIG = array (
‘updatechecker’ => false,
‘instanceid’ => ‘oc9sndnyml1a’,
‘passwordsalt’ => ‘xxx’,
‘secret’ => ‘xxx’,
‘trusted_domains’ =>
array (
0 => ‘localhost’,
1 => ‘192.168.1.15’,
),
‘datadirectory’ => ‘/home/kivi/www/owncloud/web/data’,
‘overwrite.cli.url’ => ‘https://192.168.1.15/owncloud’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘10.3.2.2’,
‘dbname’ => ‘owncloud’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘oc_gilada’,
‘dbpassword’ => ‘xxx’,
‘logtimezone’ => ‘UTC’,
‘installed’ => true,
‘theme’ => ‘’,
‘loglevel’ => 3,
‘maintenance’ => false,
‘ldapIgnoreNamingRules’ => false,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcached_servers’ =>
array (
0 =>
array (
0 => ‘localhost’,
1 => 11211,
),
),
‘updater.secret’ => ‘$xxxx’,
);

ADMIN EDIT: removed secrets

OK, so I guess the updater bailed at first sight of the certificate and hasn’t done anything yet.

When creating a server topic there is a template that comes up, see PM. We don’t know what kind of setup you have so people in this forum will have a very hard time helping you.

1 Like