Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

SSL routines:tls_process_ske_dhe:dh key too small #465

Open
rodinmehr opened this issue May 9, 2022 · 0 comments
Open

SSL routines:tls_process_ske_dhe:dh key too small #465

rodinmehr opened this issue May 9, 2022 · 0 comments

Comments

@rodinmehr
Copy link

I want to crawl a website that uses lower SSL level, and I get this error:

Error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small for example.com

I followed this instruction but with no success:
how-to-set-lower-ssl-security-level
with the following command to restart php service:
$sudo service php8.1-fpm restart

I also used this code to disable SSL check:
$client = new Client(HttpClient::create(['timeout' => 60,'verify_peer' => false, 'verify_host' => false]));

how can I fix this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant