Skip to main content

Securing Acumatica for Private Cloud and On-Premise Hosting

Securing your website with SSL 2048 encryption is your first defense against internet access, you can add another layer of security with password encryption rules, Single Sign on (SSO) and other security measure, Acumatica Cloud ERP makes it easier to configure those rules on SaaS platform.

If your hosting Private cloud or On-Premise then you will run into configuring SSL redirection on IIS for specific domain or sub-domain.
All web request made in non-secure mode needs to be redirected to secure (https) mode.


Few quick steps for securing Acumatica hosted environment.

Step 1: Get a 2048 bit SSL certificate (You might think Verisign but I would go with InstantSSL they are just $99 and still does the same thing, it secures your website)

Step 2: Install the certs on IIS 6/7, make sure to enable URL Rewrite module in IIS.

Step 3: Configure the URL Rewrite by creating new rule to redirect all HTTP (non-secure) request to HTTPS (secure) request URL with regular expression

Requested URL: Matches the Pattern
Using: Regular Expressions
Pattern: (.*)

The pattern might vary depending on domain or sub-domain your configuring, use the test pattern button to see the results, quite helpful in troubleshooting the parameters.



Step 4: Save the configuration, which updates your web.config file (below is just an example) with URL rewrite rule and conditions

There you have it folks, this will secure Acumatica Cloud ERP website and all your transactions are secured no matter how they access the website, on any device, on any browser the website is always redirected to secure (https) mode.

Stay secured !!!


Comments

Popular posts from this blog

Acumatica JewelShop - JCK Las Vegas Convention for Jewelry Business

Acumatica JewelShop , new plugin for Jewelry wholesale business and custom jewelry manufacturers. Visit us at JCK LAS VEGAS - Booth B50042 | May 31 to Jun 2nd. SANDS EXPO & THE VENETIAN LAS VEGAS, NV https://lasvegas.jckonline.com/ Visit our website for product information  Visit our website for more information about Acumatica JewelShop

Acumatica Snapshots - Uploading and restoring large files

In Acumatica ERP, you can create company snapshots containing your company’s full or partial data. Snapshots that can be saved locally in the same database, or at a specified location. You can import and restore snapshot to another company, in this case test company, it's pretty handy tool very useful during implementations, customization and support/troubleshooting while you work with data. You will occasionally run into few technical issues with snapshots, the newer version now needs you to keep all users logged out and in maintenance mode to take snapshot, link to blog article here. Today we are going to discuss how to export and import snapshots which are larger in file size of above 1GB, this is not a limitation from Acumatica and more to do with constraint and default value set in IIS (Internet Information Server). IIS by default allows uploading of a file size of 1GB and it limits the upload process and it can be tweaked to upload upto 4 GB file size and that's

Acumatica User Defined Fields/Values - UDF using attributes in 2018 R2

In 2018 R2 version Acumatica introduced new feature called "User Defined fields" in short UDF's. These fields allow users to configure existing document screens to capture custom data per document basis. New features like this really helps partner/customer to configure business workflow process, this capability built on a framework can now enhance existing documents like Sales order, purchase order or other document to collect custom data at transaction level using attributes. For more information on which documents/screens you can collect UDF's refer to Acumatica help  In this example I have created few custom data that we would like to accept in our Print industry, this works pretty well with our Acumatica plugin PrintShop for Screen printing and embroidery companies, as business do accept different type of data and allows us to do minimal customizations. If your accepting custom data related to art work, then you can create those attributes ahead of