https://www.nartac.com/Products/IISCrypto/
- Download the software
- Run the site scan (save for the client)
- Run the SSL best practises
- Reboot
- Run the site scan (save for the client)
https://www.nartac.com/Products/IISCrypto/
https://wpbarista.com/force-wordpress-ssl-https/
http://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/
https://managewp.com/blog/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings
The links above are pretty good so follow them but I would use the following amendment to the .htaccessfile…
# HTTP to HTTPS redirect
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://alliance-systems.co.uk/$1 [R=301,L,NE]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Make sure you put the rewrite section ABOVE the default WordPress section.
SELECT * FROM INFORMATION_SCHEMA.Columns
Some LOBs (Line of Business Applications) suck at sending email and still don’t encrypt email with TLS. This can be overcome but routing the email to an SMTP relay inside the network and using that to encrypt the outbound email heading to Office 365 (or other provider).
https://technet.microsoft.com/en-us/library/dn338988(v=ws.11).aspx
Error 20010:
The Failover server must have any additional options available that the first server has BEFORE configuring the failover!
GPO to delete ALL user profiles after a set number of days.
Computer Configuration\Administrative Templates\System\User Profiles
That really annoying error that won’t go away about you not being able to make config changes to WSUS as there are some already underway.
Assuming you’ve had this error for a couple of days or more then the fix is below. If you haven’t had this error for a few days then wait longer! Some processes such as changing the languages that you are downloading can take days!!
You need to install SQL Management Studio (or SQL Express)
Then connect to the database by using the following servername:
Then run the following SQL query:
UPDATE tbSingletonData
SET ResetStateMachineNeeded = 0
Further Reading:
https://blogs.msdn.microsoft.com/vedvyas/2014/08/19/following-is-the-steps-to-connect-to-these-windows-internal-database-on-windows-2012-machine-this-to-access-the-wap-configuration-from-the-adfs-configuration-database/
https://community.spiceworks.com/topic/737987-wsus-server-cannot-save-configuration-because-the-server-is-still-prcoessing