crawlab-team / crawlab

Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
https://www.crawlab.cn
BSD 3-Clause "New" or "Revised" License
11.31k stars 1.78k forks source link

License Server SSL Cert Expired #1517

Open SamTheGeek opened 3 days ago

SamTheGeek commented 3 days ago

Describe the bug The certificate for license.crawlab.cn is expired

To Reproduce curl -vvl https://license.crawlab.cn

Expected behavior The SSL certificate would be returned as valid.

tikazyq commented 2 days ago

Hi @SamTheGeek , you can pull the latest image "crawlabteam/crawlab-pro:latest" as it won't validate through the license server. This should solve the issue.

SamTheGeek commented 2 days ago

Will give that a shot! Thanks @tikazyq