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

SSL routines:tls_process_ske_dhe:dh key too small #465

@rodinmehr

Description

@rodinmehr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions