質問編集履歴

1

修正

2016/12/09 04:54

投稿

Clementine
Clementine

スコア157

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```php
8
8
 
9
- $cmd = "openssl s_client -connect example.com:10443 -showcerts";
9
+ $cmd = "openssl s_client -connect example.com:443 -showcerts";
10
10
 
11
11
  $res = shell_exec($cmd);
12
12