RP 118 SQL Server 2005 Selfsigned SSL-certificate is installed by SQL-Server automatically.
I am not able to connect to a OWC Report over "https secure"(SSL). If i try to open fom local machine it works, but not over internet.I get a connection error. Connection over http Secure doesnt work too.
If i delete the certificate, i am able to connect over http secure!
Any hints, how to connect to OWC over "https Secure (SSL)?
4.Install on CLIENT the ROOT CA 4.1 ROOT CA:[code] -----BEGIN CERTIFICATE----- MIICmDCCAgECECCol67bggLewTagTia9h3MwDQYJKoZIhvcNAQECBQAwgYwxCzAJ .... B8VmR+PZx2k24UgWUZyojDGxJtiHd3tjCdqFgTit4NK429cWOcZrh47xeOI= -----END CERTIFICATE-----[/code] 4.2[code] Installation Instructions For Microsoft Browsers
4.2.1. Click on the “Secure Site Trial Root Certificate” link above. 4.2.2. Save the certificate into a file with a .cer extension. 4.2.3. Open a Microsoft IE Browser. 4.2.4. Go to Tools > Internet Options > Content > Certificates 4.2.5. Click Import. A certificate manager Import Wizard will appear. Click Next. 4.2.6. Browse to the location of the recently stored root (done in step 2). Select ALL files for file type. 4.2.7. Select the certificate and click Open. 4.2.8. Click Next. 4.2.9. Select “Automatically select the certificate store based on the type of the certificate”. Click Ok. 4.2.10. Click Next then Finish. 4.2.11. When prompted and asked if you wish to add the following certificate to the root store, click Yes.[/code]