How to diagnose SSL error
by SteveJJ from LinuxQuestions.org on (#4S86Q)
I have started getting these errors:
Code:This site can't provide a secure connection
github.com sent an invalid response.
ERR_SSL_PROTOCOL_ERRORI get the same error from multiple web sites and on multiple browsers. I am using Fedora 30 and have tried common fixes like:
Code:> git clone https://github.com/vim/vim.git
Cloning into 'vim'...
fatal: unable to access 'https://github.com/vim/vim.git/': error:140943E8:SSL routines:ssl3_read_bytes:reason(1000)I assume these are related problems but I have no experience with SSL/TLS or security certificates.
Can someone tell me how to diagnose this problem.?


Code:This site can't provide a secure connection
github.com sent an invalid response.
ERR_SSL_PROTOCOL_ERRORI get the same error from multiple web sites and on multiple browsers. I am using Fedora 30 and have tried common fixes like:
- updated all packages
- set the date and time correctly
- cleared the cache
Code:> git clone https://github.com/vim/vim.git
Cloning into 'vim'...
fatal: unable to access 'https://github.com/vim/vim.git/': error:140943E8:SSL routines:ssl3_read_bytes:reason(1000)I assume these are related problems but I have no experience with SSL/TLS or security certificates.
Can someone tell me how to diagnose this problem.?