Technical

How to update strong Cipher Suites in Windows server?

Here, I have explained about the Cipher Suites, recommended cipher suites, and the how-to apply only recommended cipher suites that have a set of strong algorithms and no known security vulnerabilities in Windows Server. What is Cipher Suite? A cipher suite is a set of cryptographic encryption algorithms which provide the secure, encrypted connection over […]

Technical

How to Update TLS Supported versions in Browser Internet Explorer, Firefox and Chrome?

In our earlier articles, we have learned about TLS protocols, and how to disable the older versions of TLS protocols in Windows Server and Apache servers. Also, we learned about browser support for older and newer versions of TLS protocols. There I have mentioned a point that all modern latest version browser by default supports […]

Technical

How to Allow/Deny AWS IAM User Access based on IP Address?

You need to write condition in IAM User Policy, to allow or deny any specific IP address to access. I have explained the steps to write Policy under the IAM users in this article. You have to follow the same steps which provided in the above article and additionally you should write condition to allow/deny […]

Technical

How to provide permission to access specific S3 Bucket Object to IAM Users?

To grant permission only to access the specific S3 Bucket object, you need to create the Policy under the IAM user. Go to IAM in AWS console using the root/admin login. https://console.aws.amazon.com Under the Users, Select the Username to who you want to provide permission to access the S3 bucket. You can Find the Permission […]

Technical

How to Disable/Enable SSL/TLS protocols in Windows Server?

Find the steps to enable or disable the SSL/TLS protocols in Windows Server. Here the screenshot taken from Windows Server 2016. Same steps will be applicable for all the Windows Server version. Step 1: Open Registry Editor using the command regedit from run window. Step 2: Move to below path in the left side pane […]

Technical

How to Disable/Enable SSL/TLS protocols in Ubentu/Apache/Linux Server?

To Disable/Enable the SSL/TLS protocols those are SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2 and TLS 1.3, you should configure the SSL setting configuration file in Ubentu/Apache/Linux Server. You must first locate the SSL configuration file location. You can find the configuration file in below path, /etc/apache2/sites-enabled/*.conf Note: If not found check […]

Technical

TLS v1.0 and TLS v1.1 Support will be Stopped

TLS v1.0 and TLS v1.1 protocol will be removed from all the browsers very soon. This will be expected to remove at the beginning of 2020. Find the deadline provided by each browser for disabling TLS v1.0 and TLS v1.1. The percentage of connections made using protocol TLS v1.0 and TLS v1.1 on each popular […]

Technical

Basic of Transport Layer Security (TLS)/Secure Sockets Layer (SSL)

Transport Layer Security (TLS) is a protocol which used to communicate between client and server over internet. This protocol ensures the data integrity, security, privacy and data encryption between the connections. So, the HTTPS requests and responses are communicated securely using this TLS protocol. Transport Layer Security (TLS) is next generation of SSL protocol. SSL […]

Technology

Security Precaution should take on WhatsApp

1. Enable Two Step Verification Two Step authentication is nothing, but it second level of authentication will ask you to enter the 6-digit pin code to register your phone number to set up WhatsApp. First you use your phone number, then 6-digit code which you configured. To can enable the two-step authentication feature, Menu (3-dots) […]

Technical

How to Create CloudFront Distribution in Amazon Web Services (AWS)

What is CloudFront? CloudFront is amazons web services which stores the content such as html, CSS, scripts, images etc. in worldwide network of data centers called edge locations, this will serve the static and dynamic web content very fast and quickly. Contents will be served to your browser from nearby edge locations to your region. […]

Back To Top