https://techglimpse.com For all your Tech Needs! Mon, 17 Oct 2022 05:16:32 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.6 [Firefox]: Error code: SSL ERROR HANDSHAKE UNEXPECTED ALERT https://techglimpse.com/firefox-error-code-ssl-error-handshake-unexpected-alert/ https://techglimpse.com/firefox-error-code-ssl-error-handshake-unexpected-alert/#respond Mon, 17 Oct 2022 05:16:32 +0000 https://techglimpse.com/?post_type=ht_kb&p=43366 In recent times, on Firefox v102.3.0esr (64-bit) encountered trouble in viewing GMAIL and few other SSL enabled websites with the error message  SSL ERROR HANDSHAKE UNEXPECTED ALERT. However, the same is working fine on Chrome browser. I tried disabling, Anti-Virus, cleared browser cache, etc., but all in VAIN! Secure Connection...

The post [Firefox]: Error code: SSL ERROR HANDSHAKE UNEXPECTED ALERT appeared first on Techglimpse.

]]>
0
[Chrome]: DevTools failed to load source map: Could not load content for bootstrap.min.js.map https://techglimpse.com/devtools-failed-load-source-map-http-error/ https://techglimpse.com/devtools-failed-load-source-map-http-error/#comments Fri, 12 Nov 2021 09:05:56 +0000 https://techglimpse.com/?post_type=ht_kb&p=42576 When adding a bootstrap javascript library to my webpages, Chrome warned as DevTools failed to load source map.  Below is the complete error message: DevTools failed to load source map: Could not load content for http://192.168.10.12/admin/css/bootstrap.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE As a developer, I expect console output to...

The post [Chrome]: DevTools failed to load source map: Could not load content for bootstrap.min.js.map appeared first on Techglimpse.

]]>
3
Free screen recording extension enables voice, camera and system audio Output in latest webm format https://techglimpse.com/free-screen-recording-extension-enables-voice-camera-and-system-audio-output-in-latest-webm-format/ https://techglimpse.com/free-screen-recording-extension-enables-voice-camera-and-system-audio-output-in-latest-webm-format/#respond Tue, 31 Aug 2021 13:15:14 +0000 https://techglimpse.com/?post_type=ht_kb&p=42329 Recently there was a long office meeting which was running for hours in which I had to prepare minutes of the meeting. Writing notes and listening at the same time for long hours is overwhelming. I was in search of a good screen recording application or preferably an extension. Only...

The post Free screen recording extension enables voice, camera and system audio Output in latest webm format appeared first on Techglimpse.

]]>
0
Session Hijacking – VAPT Vulnerability Detection & Prevention https://techglimpse.com/session-hijacking-vapt-vulnerability-detection-prevention/ https://techglimpse.com/session-hijacking-vapt-vulnerability-detection-prevention/#respond Fri, 09 Jul 2021 11:49:02 +0000 https://techglimpse.com/?post_type=ht_kb&p=42257 After the development of a web application for a client, I had requested our security experts group to carry out the VAPT (Vulnerability Assessment and Penetration Testing). Well, it’s the process that should be carried out before launching any system to make sure there’s no vulnerability exposed for the attackers...

The post Session Hijacking – VAPT Vulnerability Detection & Prevention appeared first on Techglimpse.

]]>
0
Google Lighthouse Audit tool available on Mozilla Firefox Browser too! https://techglimpse.com/google-lighthouse-web-dev-extension-firefox-browser/ https://techglimpse.com/google-lighthouse-web-dev-extension-firefox-browser/#respond Mon, 16 Mar 2020 11:30:50 +0000 https://techglimpse.com/?post_type=ht_kb&p=41717 Google has been making its mark on the consumer market with multiple billions of users using the Search Engine Giant’s platform for more than just searching the web. After claiming that it aims to reach the “Next Billion users” and optimise the web for their use, it has now taken...

The post Google Lighthouse Audit tool available on Mozilla Firefox Browser too! appeared first on Techglimpse.

]]>
0
Why you should use rel noopener for external anchors? https://techglimpse.com/rel-noopener-for-external-anchors/ https://techglimpse.com/rel-noopener-for-external-anchors/#respond Wed, 15 Nov 2017 00:30:37 +0000 https://techglimpse.com/?post_type=ht_kb&p=40587 Do you have links in your webpage that points to external website? Generally, all external anchors might have target="_blank" set, so that the links are opened in new window or tab. But if you have used Chrome developer tools to audit your website, then you would have noticed this particular...

The post Why you should use rel noopener for external anchors? appeared first on Techglimpse.

]]>
0
Change Chrome address bar color to match Website Theme https://techglimpse.com/change-chrome-address-bar-color-android/ https://techglimpse.com/change-chrome-address-bar-color-android/#comments Tue, 10 Oct 2017 10:22:13 +0000 https://techglimpse.com/?post_type=ht_kb&p=40110 Have you noticed the color of address bar in Chrome for Android while visiting popular websites? If not, just visit Facebook in Chrome browser for Android where you will see color of the address bar changing to Blue (the brand color of Facebook). Ah! did you check the address bar...

The post Change Chrome address bar color to match Website Theme appeared first on Techglimpse.

]]>
1
How to view SSL Certificate Information in Chrome 56 https://techglimpse.com/view-ssl-certificate-information-chrome/ https://techglimpse.com/view-ssl-certificate-information-chrome/#respond Fri, 04 Aug 2017 04:30:15 +0000 https://techglimpse.com/?p=38172 Until few months back, I was able to view SSL certificate information in Chrome browser by clicking the padlock icon in the address bar. But starting from Chrome 56, the user cannot follow the same process to view SSL certificate information. For some reason, Chrome does not allow you to...

The post How to view SSL Certificate Information in Chrome 56 appeared first on Techglimpse.

]]>
0
What does this Error “Your connection is not Private. This website uses HSTS” mean and how to fix? https://techglimpse.com/chrome-https-website-hsts-failed/ https://techglimpse.com/chrome-https-website-hsts-failed/#comments Fri, 30 Sep 2016 19:40:44 +0000 https://techglimpse.com/?p=37709 Once I had enabled HSTS (HTTP Strict Transport Security) for my https website powered by Cloudflare. But later on due to performance issue, I had to disable Cloudflare, so that the website is served directly from my VPS running Apache web server. I had also turned off HSTS in Apache web...

The post What does this Error “Your connection is not Private. This website uses HSTS” mean and how to fix? appeared first on Techglimpse.

]]>
6
How to enable LocalStorage support in Google Chrome browser https://techglimpse.com/enable-localstorage-support-google-chrome-browser/ https://techglimpse.com/enable-localstorage-support-google-chrome-browser/#comments Fri, 12 Aug 2016 23:32:44 +0000 https://techglimpse.com/?p=37548 When I was stumbling upon to implement Single Sign-On in one of my web-project, came across a solution implemented by StackOverflow using HTML5 LocalStorage. While following it up with the technical details, came across a troubleshooting page for auto-login. The page would run few tests to check for the availability of...

The post How to enable LocalStorage support in Google Chrome browser appeared first on Techglimpse.

]]>
2