PHP Conference Fukuoka 2025

Voting

: max(one, one)?
(Example: nine)

The Note You're Voting On

tianyiw at vip dot qq dot com
2 years ago
Enable SNI (Server Name Indication):
PEM must be contains certificate and private key.
<?php
$context
= stream_context_create([
'ssl' => [
'SNI_enabled' => true,
'SNI_server_certs' => [
'host1.com' => '/path/host1.com.pem',
'host2.com' => '/path/host2.com.pem',
],
]
]);
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /