SSL protocol error - google-chrome

I have Lubuntu 14.04 32 bit.
When I try to access any google site using chrome I get SSL protocol error.
I can access yahoo or slack, but cant access google.com or gmail or youtube.
Firefox works correctly.
date and time are correct.
I tried to disable QUIC.
I tried to use wifi or ethernet.
I tried to reinstall chrome and lubuntu too.
I cant access 'change proxy settings' I get:
When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a problem launching your system configuration.
But you can still configure via the command line. Please see man x-www-browser for more information on flags and environment variables.
any help please?

I think problem was an old version (version 45) of google chrome for 32 bit linux system. After installing latest version (version 48) of google chrome for 32 bit linux system, there is no more ssl error.
You can download chrome version 48 from here: google-chrome-stable_48.0.2564.116-1_i386.deb

Related

Chromedriver launching data;; browser after updating to V100 (both chromedriver and Chrome browser)

I'm running automated test scripts using webdriver.io. Issue is, the code stopped running after updating the chromedriver to 100.0.4896.60 which is recommended for chrome browser v100 that is currently installed. It was working fine in all the previous versions (v93 thru v99). Im getting the data;; screen and I dont see any errors on the terminal (VS Code)
I wont be able to upgrade or downgrade the browser versions. Could anyone help?
It was a case of access issues with DevTools of chrome. After getting proper access the issue is resolved.

How can i install Google chrome version 73.0.3683.86 on ubuntu?

I want to download google chrome version 73.0.3683.86 on my ubuntu system. But I did not able to find binary of this version. Currently there is 76.* something version is running. I can't able to degrade it also. please help me to find this specific version of chrome for ubuntu.

React native: The "Google Chrome" application cannot be started

Today i've attempted to start dev environment, as usual and got this alert:
Nothing seems to be changed. One thing I've noticed is that chrome started asking for update today. The error has shown up before i've restarted chrome and updated it. But still, i assume, there were some critical changes introduced and begun breaking things once again. Anyone got/solved it already?
OS X 10.11.6
Chrome 57.0.2987.133
Looks like a Parallels issue, do you have Chrome installed on a Windows VM on your Mac using Parallels?
If so, removing Chrome from Windows to see if the problem still persists might be the first test.
My theory is that RN is trying to launch Chrome but it's locating the one inside of the VM instead of the app on OSX.

Unable to download Desktop App Converter from Windows 10 Store

Downloaded and loaded Windows 10 Pro (X64) via Parallels Desktop and attempted to download Desktop App Converter but wasn't able to do so as I was receiving a message stating "This app will not work on your device."
On scrolling down I could see that the issue was caused due to the fact that the Store did not detect that my OS was running in X64 architecture, but it was ! (as seen in the screenshot)
I contacted the Microsoft support team, explaining this. A tech representative took control of my desktop and figured out that the issue was that I was running Windows 10 as a VM on a Mac.
The work around is to install the Desktop App Converter from https://www.microsoft.com/en-us/download/details.aspx?id=51691

Inconsistent Extension Behavior on Google Chrome Installs

I have observed inconsistent behavior using the Web Developer extension (Chris Pederick) in Google Chrome on these different machines:
My PC running Windows 7 Home Premium 64-bit
A VirturalBox Virtual Machine (VM) running Ubuntu 12 on my PC
A VM running a updated, fresh install of Windows 7 Home Premium 64-bit on my PC
I have the same version of Google Chrome and Web Developer installed on all these machines. However, for some reason, Web Developer does not work as expected on my PC. It works perfectly on the Ubuntu VM and the Windows VM.
On my PC, about 95% of the time the Custom Tools functions (Validate CSS, Validate HTML, etc.) in Web Developer do nothing when clicked (they should open new tabs to the W3C validators).
I have uninstalled and reinstalled Google Chrome on my PC several times. I have even manually gone through the file system and registry to completely remove all traces of Google Chrome before reinstalling. Nothing I've attempted so far has corrected this problem.
Of course, due to Google's 'field trials', all these machines have slightly different variations (as reported by chrome://version), but I would doubt that is the source of the problem.
Any ideas or suggestions?
OK, here's a possible clue...
It has baffled me why this problem NEVER occurs in my virtual machine (VM); only on the host. Same version of OS, Chrome, and Web Developer installed on both. May have discovered why.
My standard settings for VMs is to use only one CPU. As a test, I changed the VM to use two CPUs. BOOM! I can reproduce the problem on my VM. Change back to one CPU - can not reproduce the problem.
Does this suggest a problem with threading in Chrome?