Skip to content

Commit a72ea74

Browse files
authored
bugfix
1 parent 8af775c commit a72ea74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

epp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,9 +1882,9 @@ function connect($host, $port = 700, $ssl, $timeout = 30)
18821882
'verify_peer' => $ssl['verify_peer'],
18831883
'verify_peer_name' => false,
18841884
'verify_host' => false,
1885-
//'cafile' => __DIR__ . '/cafile/' . $ssl['cafile'],
1886-
'local_cert' => __DIR__ . '/local_cert/' . $ssl['local_cert'],
1887-
'local_pk' => __DIR__ . '/local_pk/' . $ssl['local_pk'],
1885+
//'cafile' => __DIR__ . '/' . $ssl['cafile'],
1886+
'local_cert' => __DIR__ . '/' . $ssl['local_cert'],
1887+
'local_pk' => __DIR__ . '/' . $ssl['local_pk'],
18881888
//'passphrase' => $ssl['passphrase'],
18891889
'allow_self_signed' => true
18901890
)

0 commit comments

Comments
 (0)