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

https support in docker container #505

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.

See open PR at https://github.com/aerokube/selenoid-ui/pull/504

vania-pooh commented 1 year ago

@needsaholiday in what situation you may need to fetch /status via https?

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.