Help Center> Object Storage Service> FAQs> OBS Basics> What Can I Do If My Access to the OBS Domain Name Failed Due to a CA Certificate Connection Failure?
Updated on 2022-07-07 GMT+08:00

What Can I Do If My Access to the OBS Domain Name Failed Due to a CA Certificate Connection Failure?

If the certificate is untrusted, accessing the OBS domain name fails. You need to obtain the OBS certificate again and import it to the client trust store.

  1. Obtain the OBS certificate (using the Chrome browser as an example).

    1. Enter the OBS domain name in the address box of a browser: https://obs.myhuaweicloud.com.
    2. Click on the left of the domain name and select Certificate.
      Figure 1 Exporting a certificate
    3. Click Details > Copy to File and obtain the OBS certificate (obs.cer) as prompted.

  2. Import the OBS certificate to the client trust store.

    For example, if a Java runtime environment is used, you need to import the certificate to cacerts. In the following example, d:\obs.cer is where the certificate is stored.

    OBS certificate formats vary depending on the runtime environments. This example uses the Java runtime environment as an example. In other environments, convert the certificate format as required before the import.

    keytool -import -alias cacerts -keystore cacerts -file d:\obs.cer

OBS Basics FAQs

more