aerokube / selenoid-ui

Graphical user interface for Selenoid project
https://aerokube.com/selenoid-ui/latest/
Apache License 2.0
305 stars 76 forks source link

Added CA-Certs to scratch container #504

Closed needsaholiday closed 7 months ago

needsaholiday commented 1 year ago

Hey, it seems that https urls are not supported in docker deployments:

2022/11/24 16:57:08 [ERROR] [Can't get status: Get "https://***/status": x509: certificate signed by unknown authority]
2022/11/24 16:57:08 Removed client. 1 registered clients
2022/11/24 16:57:13 [ERROR] [Can't get status: Get "https://***/status": x509: certificate signed by unknown authority]

Adding CA-Certs to docker fixes this.