Symfony HWIOAuthBundle, how to configure cURL?

前端 未结 1 614

On the development machine we have the default certificates that comes with apache, when we trying to authenticate with facebook, HWIOAuthBundle fires an exception:

相关标签:
1条回答
  • 2021-01-01 07:24

    Add following options under "hwi_oauth" and you should be fine.

    hwi_oauth:
        http_client:
            verify_peer: false
    
    0 讨论(0)
提交回复
热议问题