Hi,
I get ERR_SSL_VERSION_OR_CIPHER_MISMATCH for example on https://www.ssllabs.com.
(GET https://www.ssllabs.com/images/main-background.jpg net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH)
Desktop Chrome don't have issues, I reset SSL, Clear all cache nothing helps.
Currently only my machine in a Hyper V has this problem (Windows 10, all patches).
I use the 32 bit Version of CEF4Delphi.
Do you need other informations?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Hi,
What CEF4Delphi version are you using?
Post what you see when you load chrome://version in your browser.
What CEF4Delphi version are you using?
Post what you see when you load chrome://version in your browser.
-
- Posts: 14
- Joined: Mon Nov 30, 2020 6:37 am
Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Chromium 86.0.4240.198
CEF4Delphi-86.0.4240.198
CEF 86.0.24+g85e79d4+chromium-86.0.4240.198
Chromium 86.0.4240.198
OS Windows
WebKit 537.36 (@d8a506935fc2273cfbac5e5b629d74917d9119c7)
JavaScript 8.6.395.25
Flash
User Agent Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
Command Line "P:\ProjVerzDelphi\Komponenten\Quellen\CEF4Delphi\bin\SimpleBrowser.exe" --enable-features=CastMediaRouteProvider --lang=en-US --log-file="P:\ProjVerzDelphi\Komponenten\Quellen\CEF4Delphi\bin\debug.log" --log-severity=disable --no-sandbox --enable-accelerated-plugins --enable-system-flash --enable-media-stream=1 --enable-speech-input=1 --disable-gpu --disable-gpu-compositing --disable-gpu-shader-disk-cache
CEF4Delphi-86.0.4240.198
CEF 86.0.24+g85e79d4+chromium-86.0.4240.198
Chromium 86.0.4240.198
OS Windows
WebKit 537.36 (@d8a506935fc2273cfbac5e5b629d74917d9119c7)
JavaScript 8.6.395.25
Flash
User Agent Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
Command Line "P:\ProjVerzDelphi\Komponenten\Quellen\CEF4Delphi\bin\SimpleBrowser.exe" --enable-features=CastMediaRouteProvider --lang=en-US --log-file="P:\ProjVerzDelphi\Komponenten\Quellen\CEF4Delphi\bin\debug.log" --log-severity=disable --no-sandbox --enable-accelerated-plugins --enable-system-flash --enable-media-stream=1 --enable-speech-input=1 --disable-gpu --disable-gpu-compositing --disable-gpu-shader-disk-cache
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I just installed that version of CEF4Delphi
https://github.com/salvadordf/CEF4Delph ... 0.4240.198
I loaded the URL you mentioned with the SimpleBrowser demo in 32 bits.
https://www.ssllabs.com/images/main-background.jpg
I use Delphi 10.4.1 on Windows 10 Pro (64 bits), version 20H2 (19042.630) and I didn't get that error. It loaded the image correctly.
Are you using any kind of proxy server?
https://github.com/salvadordf/CEF4Delph ... 0.4240.198
I loaded the URL you mentioned with the SimpleBrowser demo in 32 bits.
https://www.ssllabs.com/images/main-background.jpg
I use Delphi 10.4.1 on Windows 10 Pro (64 bits), version 20H2 (19042.630) and I didn't get that error. It loaded the image correctly.
Are you using any kind of proxy server?
-
- Posts: 14
- Joined: Mon Nov 30, 2020 6:37 am
Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
No nothing more than the Network from Hyper-V.
On my host it works, only in the virtual machine it seems to have problems but I cant figure out why.
On my host it works, only in the virtual machine it seems to have problems but I cant figure out why.
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I also tried it on a VirtualBox machine and it works fine.
This looks like an issue in the network emulation of Hyper-V.
This looks like an issue in the network emulation of Hyper-V.
-
- Posts: 14
- Joined: Mon Nov 30, 2020 6:37 am
Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
The strangest thing is sometimes it works and after several reloads its gone... I think I will observe this and search for more clues.