Tag: Unable
-
Post Views: 59 1. Prompt in Postman: Connection error we were unable to establish a websocket connection with our servers. Please retry. If the issue Persiss, check your network settings to ensure that websocket connections are allowed. 2. Reference: https://github.com/postmanlabs/postman-app-support/issues/9487 . The old account cannot be connected after login, but the new account can be connected. 3. Decide to log…
-
Post Views: 13 1. Request an HTTPS URL in OpenResty and report an error: Unable to get local issuer certificate. as shown in Figure 1 2. Reference URL:https://github.com/ledgetech/lua-resty-http/issues/68. client:request_uri(url, { ssl_verify = False, }). 3. Edit the request client code, add ssl_verify = False when initiated a request in lua-resty-http. as shown in Figure 2 4. Request an HTTPS URL…
-
Post Views: 14 1. Open:http://pecl.php.net/package/imagick/3.4.3/windows, download: 7.0 Thread Safe (TS) x64, as shown in Figure 1 2. After decompression, copy php_imagick.dll to C:\PHP-7.0.22\ext, as shown in Figure 2 3. Run: php-cgi.exe -b 127.0.0.1:9000-c c:/php-7.0.22/php.ini, error: php warning: php startup: Unable to load dynamic libraryc:/php-7.0.22/ext\php_imagick.dll, as shown in Figure 3 4. Open:https://www.imagemagick.org/script/download.php#windows, download: imagemagick-7.0.6-10-q16-x64-dll.exe, as shown in Figure 4 5. Installation:…