Friday, May 14, 2021

[Secure Connection Failed][PR_END_OF_FILE_ERROR]

 Hi Techies,

Recently, I came across the secure connection failed error for a reason.

The website was not loading properly and throwing the below error :


 

Note that this error the user was having only while connecting via a secured server while the website was accessible outside of the secured environment.

A preliminary study led me to the following causes of this issue :

  1. VPN or proxy connections
  2. Incorrect encryption variants
  3. A profile from corrupted Firefox browser
  4. Third party security software such as AV blocking the sites

I proceeded by checking all of the above, well, starting with number (2-4) and could notice that

 (2)no ssl settings were modified

(3) I recreated a profile to test and configure it with all the required settings and also the user mentioned that he has done it with lots of different partners before with no issues, so Firefox settings cannot be an issue

(4) Checked about possible web filtering in place in AV, there are none.

Therefore, the issue could come only with the first option which was the firewall.

A firmware issue on the firewall was the reason behind this issue and that was fixed.

Hopefully, that worked for both of us and frustrated,angry customers became happy customers again :)


“A problem well stated is a problem half solved.”
--John Dewey


 

 




Monday, April 12, 2021

[Microsoft Azure][Privileged Identity Management][Self-assignment and activation of roles]

Hello Techies,

The steps below show how to self-activate a Global Administrator Role to be able to perform privileged administrative actions in Azure.

1. Sign-in to your Azure Account [http://portal.azure.com].

2. Type in "Azure Privileged" in the search bar

 

3. Select "Azure AD Privileged Management"

4. Click on "My roles"

 

5. The following screenshot will list the eligible assignments you can activate

 

6. Click on "Activate". 

You may specify the amount of time you need to have the Global Administrator role activated and also state the reason for this activation. It adds an extra layer of security to this type of privileged role and ensure the role is not active when not needed in case you forget to deactivate it.

 

7. Click on the "Activate" button

 

8.  Activation is started


9. Give a few minutes before you can actually see all the options getting activated.


Cheers! :)


[Coding with python][Installing Flask App]

  I am trying website coding with Python to better organise my tools. For starters, I installed Flask. Below are the commands that I am usin...