Eugene Kazakov
Eugene Kazakov
If I remember correctly the registry v1 allowed only / format, but the v2 now allows arbitrary nesting. The frontend has some issues with new images format. Try to use...
Travis is waiting for https://github.com/kwk/docker-registry-frontend/pull/162 to be merged. Feel free to checkout my fork https://github.com/xgin/docker-registry-frontend and image https://store.docker.com/community/images/ekazakov/docker-registry-frontend
I use the following factory for `AuthorizationServerMiddleware` with Zend Expressive 3: ```php use Psr\Container\ContainerInterface; use Psr\Http\Server\MiddlewareInterface; use Psr\Http\Server\RequestHandlerInterface; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use League\OAuth2\Server\Middleware\AuthorizationServerMiddleware; use League\OAuth2\Server\AuthorizationServer; class AuthorizationServerMiddlewareFactory { public...
I have added some notes: https://github.com/plesk/letsencrypt-plesk/wiki/Secure-Mail-Server
@wkaserv the error seems caused by Let's Encrypt CA problems. Check the status at https://letsencrypt.status.io/ Now I see: [Investigating] We are looking into a problem causing some users to experience...
The issue seems is not related to the extension update, but the Let's Encrypt CA. Take a look at #171 and #172 have the same error message. Please check your...
Seems yet another IPv6 issue... see #171 https://www.ssllabs.com/ssltest/analyze.html?d=hmt.pt&latest - also reports "Unable to connect to the server"
Take into account that DNS has TTL and your changes are not applied immediately. Let us know if the problem is solved or not.
Propose to contact support https://support.plesk.com/hc/en-us/requests/new It's hard to understand what's wrong without ability to reproduce the issue.
First of all, do you use Plesk 12.5? In Plesk Onyx we extended certificates API with direct `update` operation instead of `delete` + `create`. This should have made a renewal...