The error nginx SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch can happen for a chain of certificates merged in one .crt file. The reason is that nginx tries to apply a private key to the first certificate in a crt file. nginx needs that the first certificate in a .crt file would be a server certificate. …
Tag: error
Oct 27 2017
Apache Error: No matching DirectoryIndex (index.html) found
This error may occur when attempting to access applications that have an index.php file (or other index file), but not an index.html or other specified ‘directory index’ file. For example, phpMyAdmin includes an index.php file upon installation, but not an index.html file. By default Apache is configured with the following:
1 |
DirectoryIndex index.html |
…meaning that Apache will …
Oct 27 2017
Asterisk Function ODBC cannot be read
While trying to execute ODBC function in Asterisk dialplan error is thrown: [Oct 27 14:20:21] ERROR[4601]: pbx.c:3380 ast_func_read: Function ODBC_INSERT cannot be read — Executing [XXXXXXXXX@internal:5] Set(“SIP/out-0000001a”, “ins=”) in new stack func_odbc.conf looks like this:
1 2 3 |
[UPDATE] dsn=asterisk writesql = UPDATE dutylist SET lastcaller ='${SQL_ESC(${ARG1})}' |
and my extensions.conf is:
1 |
exten=>_X.,n,Set(ins=${ODBC_UPDATE(${CALLERID(num)})}) |
All variables are correct, ODBC is also configured correctly (read from DB statements work).
Oct 07 2017
IIS error 503 Application pool identity is invalid
Problem After setting custom identity for IIS Application Pool you are experiencing error 503 Service Unavailable in browser and in System section of Event Log on server you may find the following warnings and errors: Event ID 5021: The identity of application pool x is invalid. The user name or password that is specified for …
Sep 19 2017
No connectivity with the Skype for Business Web App
We seem to see to encounter a specific connectivity error a lot across a variety of Skype for Business environments. In some instances, users will complain about slow connectivity or no connectivity. The primary symptom is the following event log entry (repeated every 20 minutes or so) with Event ID 41029: No connectivity with the …
Sep 05 2017
ERROR 1603: Server.msp had errors installing
I got an error when tried to install Skype for Business Server 2015 KB3207506 using Skype for Business 2015 Update Installer. Checking the log file mentioned in the error window above gave me the following:
1 2 3 4 5 |
... [9/5/2017 11:23:30 AM] Beginning installation of selected binaries... [9/5/2017 11:23:30 AM] Executing command: msiexec.exe /update "C:\Users\admin\AppData\Local\Temp\Server.msp" /passive /norestart /l*vx "C:\Users\admin\AppData\Local\Temp\Server.msp-skype-fr-01-[2017-09-05][11-23-30]_log.txt" [9/5/2017 11:24:09 AM] ERROR 1603: Server.msp had errors installing. |