pull-request
pull-request copied to clipboard
Error running plugin on self hosted GH Enterprise server
I was testing this plugin on a self hosted system and I get this error(I replaced the hostname): fatal: unable to access 'https://HOSTNAME/RSSIT-Test/test_one/': SSL certificate problem: self signed certificate in certificate chain
Is it possible to resolve this?
Hi thanks for opening the issue. Please confirm whether your domain has a valid certificate installed. or do you have it under http only?
It has a valid certificate. However, it is not public. It's generated in house. We have internal root certificates installed on our servers. I'm assuming that the code running in the docker image is not finding those certs and failing.
Sounds like that is the reason. I'm not quite sure the right solution to this, and this must happen to all docker based actions trying to access your instance. : )
We don't used any other docker based actions, but it likely correct. Is anyone running these on enterprise systems?
Closing due to inactivity.