Hm, the profile is loaded via https which can be seen in apache2 ssl_request_log. But for installation source /var/log/YaST/y2log shows error 1409086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Thanks, Jochen
Uwe Gansert ug@suse.de schrieb am 7/19/2011 um 11.55 Uhr in Nachricht
201107191155.02324.ug@suse.de:
on Tuesday 19 July 2011 Jochen Schaefer wrote:
I'm trying to install SLES11SP1 via https but get errors complaining about self signed certificate in y2log: verify certificate failed. I'm wondering if the install routine should be able to verify any certificate. How can I inform the installer to accept any certificate?
the installation failed because of an invalid certificate? Actually I set the curllib to:
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
that should accept self signed certificates.