Misdirected Request The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

Cause In recent Apache version, Apache team has released fixes for CVEs that affected Apache + nginx functionality: new changes do not allow Apache process requests from nginx without the server name (by default, nginx does not pass the server name through SNI when establishing a connection with a proxied HTTPS server). Plesk team is… Continue reading Misdirected Request The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection.

Deploy the Node.js in Render.com for free.

Create a Node.js project and deploy the codes into the GitHub by creating a new repository. Login to the website of Render Dashboard using the GitHub account and “Authorize Render.” Enter the email and complete signup. Select “New Web Services”. Click “Connect to GitHub”. Select the repository as our requirements. Fill the fields that needed… Continue reading Deploy the Node.js in Render.com for free.

How to find and fix error code: 523?

Error code 523 typically indicates an issue with the origin server when using a service like Cloudflare. Here’s how you can troubleshoot and potentially fix this error: Check Cloudflare Status: Sometimes the issue might not be on your end but with Cloudflare itself. Check the Cloudflare status page to see if there are any ongoing… Continue reading How to find and fix error code: 523?

How does a Server Hardening process work?

A server hardening process works by taking steps to guarantee that all aspects of a server are as secure as possible. With the help of tools like IT operations management software, you can gain better visibility of the different components in your server and ensure that different parts of the process have been properly executed.… Continue reading How does a Server Hardening process work?

Server Hardening: Enhancing Server Security

Server hardening is the process of enhancing the security of a server or computer system by reducing its attack surface and limiting the potential vulnerabilities that could be exploited by attackers. This involves implementing various security measures and best practices to safeguard against unauthorized access, data theft, and other malicious activities. Server hardening is basically… Continue reading Server Hardening: Enhancing Server Security

Centralized vs Distributed Network

Centralized Network A centralized network is built around a single, central server that handles all major management and data processing functions. Other types of servers may connect to this master server and manage other specific functions, but those other servers cannot work independently of the central server Advantages of Centralized Network Security: If someone has… Continue reading Centralized vs Distributed Network

Fix the firewall blocking in Plesk panel ( Cors issue )

Some times there might be issue when using some rest API end points especially using web designing platforms like WordPress , Shopify etc. What makes issue for me is that when using the REST API endpoint for fetching users from wordpress. Its found to be that it was making a 403 server issue on fetching… Continue reading Fix the firewall blocking in Plesk panel ( Cors issue )

Setup wordpress through plesk CPanel in server

Log in to the Plesk admin page and select Applications on the left-hand menu Click Install for WordPress on the Applications page. It will take a few moments for the WordPress application to download and install. After the process completes, you will be able to view and manage your WordPress installation. To manage the WordPress installation, go to Applications > Manage My Applications and click… Continue reading Setup wordpress through plesk CPanel in server

Shopify NetSuite Integration via Heroku

Shopify NetSuite Integration via Heroku  Functionality Overview  Initial Heroku Setup and app creation  GitHub implementation and deploying in Heroku  Creating webhooks in Shopify  Creating a script to connect to NetSuite (Restlet) and payload conversion  Restlet in NetSuite to fetch payload and do updates  Initial Heroku Setup  Create a Heroku account and purchase a dyno (Eco),… Continue reading Shopify NetSuite Integration via Heroku