Skip to content

Fixing TLS connection issue by adding PADockerfile. Thanks @ucotta!

Pre-release
Pre-release
Compare
Choose a tag to compare
@RockfordWei RockfordWei released this 27 Jan 18:52
· 71 commits to master since this release


According to Ubaldo Cotta’s practice on linux:
“I used perfect-smtp to send response to registry on the service all works great in local (my imac) but when i move to production (a server with ubuntu) i got this error code 77 libcurl error codes said: "CURLE_SSL_CACERT_BADFILE (77) but it was a problem with the library, i switch from libcurl4-nss-dev to libcurl4-gnutls-dev and now connects”