笔者前面的博文使用nexus3作为Docker镜像仓库介绍了如何使用nexus3来作为容器的镜像仓库,在生成证书时,使用了有效期限。如果证书过期了,使用podman或者docker登录,则会提示类似如下的信息:
x509: certificate has expired or is not yet valid: current time 2023-09-12…
平常我们使用WebSocket协议是这样的: var ws new WebSocket("ws://echo.websocket.org");ws.onopen function (event) {console.log("Send Text WS was opened.");};ws.onmessage function (event) {console.log("response text msg: &…
具体错误信息如下:Error DomainNSURLErrorDomain Code-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “222.111.000.1” which could put your confidential information at risk."…