OpenSwoole\Coroutine\Client->getPeerCert()

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Coroutine\Client->getPeerCert(): string|false

Parameters

None

Return

When successful, it returns X509 certificate information, when it fails it returns false

Description

Obtain server-side certificate information.

This method can only be used once SSL has been completed and the handshake is successful.

The function openssl_x509_parse which is provided by the OpenSSL library can be used to parse the certificate information.

You must have installed OpenSwoole using --enable-openssl for this to work.

Last updated on September 1, 2022