invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

Proxy for Auth #65

Closed BlackOnix closed 7 years ago

BlackOnix commented 7 years ago

Hello. How can i use Proxy for Auth? I get the following errors:

  1. cURL error 7: Failed to connect to steamcommunity.com port 443: Connection timed out
  2. cURL error 6: Could not resolve host: api.steampowered.com
stevenklar commented 7 years ago

Don't think this is possible right now.

As guzzle is private right now. (https://github.com/invisnik/laravel-steam-auth/blob/master/src/SteamAuth.php#L35)

If this variable could be protected, you could overwrite the class yourself and add your own guzzle implementation with proxy settings. (https://github.com/guzzle/guzzle/blob/master/src/Client.php#L171)

jm2c: Just enable the communication to steam api would be much easier.