Skip to content

Unable to verify the first certificate error in cml-send-comment #218

@JLC7

Description

@JLC7

Thanks for creating this tool!

We currently have our shared gitlab runners configured to use docker on our own linux servers. I am trying to run the cml-base-case example. I keep encountering an error with cml-send-comment line in the cml-base-case code in gitlab. Is there a way to pass in the path of the the ssl certificate like /etc/ssl/certs/?

Here is a screen shot of when it fails.
image

I tried creating my own runner manually and edited the /etc/gitlab-runners/config.toml file to point to the paths but not having luck. For example I tried setting:

volumes = ["/cache",
               "/etc/gitlab-runner/certs:/etc/gitlab-runner/certs",
	       "/etc/ssl/certs:/etc/ssl/certs"
    ]

Nothing I tried work so far. Any guidance on what I can try?

Thanks

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