Skip to content

Commit

Permalink
Comentando o cipher no rastreio de objetos (#155)
Browse files Browse the repository at this point in the history
Estava apitando o warning abaixo e parou após comentário.
`PHP Warning: Uncaught ErrorException: SoapClient::SoapClient(): Failed to enable crypto in /var/www/html/.../vendor/stavarengo/php-sigep/src/PhpSigep/Services/Real/SoapClientFactory.php:115`
  • Loading branch information
1giba authored and stavarengo committed Jun 1, 2017
1 parent d670591 commit a1293aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpSigep/Services/Real/SoapClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static function getRastreioObjetos()

$opts = array(
'ssl' => array(
'ciphers' =>'RC4-SHA',
//'ciphers' =>'RC4-SHA',
'verify_peer' =>false,
'verify_peer_name' =>false
)
Expand Down

0 comments on commit a1293aa

Please sign in to comment.