Skip to content

Commit

Permalink
Update SoapClientFactory.php
Browse files Browse the repository at this point in the history
comentado o parâmetro ciphers devido ao erro que ocorre quando usado dados de ambiente de produção em um servidor local conforme issue stavarengo#35 (comment)
  • Loading branch information
mozgbrasil committed Mar 29, 2017
1 parent f4f4ff1 commit e01600b
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 @@ -35,7 +35,7 @@ public static function getSoapClient()

$opts = array(
'ssl' => array(
'ciphers' =>'RC4-SHA',
//'ciphers' =>'RC4-SHA', // comentado o parâmetro ciphers devido ao erro que ocorre quando usado dados de ambiente de produção em um servidor local conforme issue https://github.com/stavarengo/php-sigep/issues/35#issuecomment-290081903
'verify_peer' =>false,
'verify_peer_name' =>false
)
Expand Down

0 comments on commit e01600b

Please sign in to comment.