Skip to content

Issue with certificate #40

@boilermanc

Description

@boilermanc

I am getting an error and have this as an overview. i did change the url from localhost to a local ip address. but update the .env file accordingly.

FetchError: request to https://mars-pp.roq-platform.com/v01/authorize/serviceAccount failed, reason: Hostname/IP does not match certificate's altnames: Host: mars-pp.roq-platform.com. is not in the cert's altnames: DNS:*.de-2.platformsh.site

It seems like your application is still trying to establish a secure connection to the https://mars-pp.roq-platform.com/v01/authorize/serviceAccount URL, but it's failing because the certificate presented by the server doesn't match the hostname of the URL.

The certificate issue might be due to the environment variable ROQ_PLATFORM_URL not being set correctly. I believe you mentioned earlier that you are using https://jupiter-pp.roq-platform.com for your ROQ_PLATFORM_URL. However, the error message suggests the application is trying to connect to https://mars-pp.roq-platform.com/v01/authorize/serviceAccount, which might be the cause of the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions