Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku and ip mask

I'm building a shopping site which uses a service which allows credit card payments (tranzilla), the service is requiring an IP or IP mask from which it will allow requests (by sockets). The problem is that I'm using heroku as hosting, which is decentralized... Is there any way to do this? (except buying the custom ssl add-on, which is my last resort and not the best solution)
P.S. full IP mask is not acceptable.

like image 859
Boris Churzin Avatar asked Feb 09 '10 18:02

Boris Churzin


2 Answers

There is now a new Heroku add-on called Proximo that gives you a static outbound IP address to connect to services with IP whitelists! At this time it's in private beta, and there is no pricing info available yet, but it seems like a promising solution: https://devcenter.heroku.com/articles/proximo

like image 163
Erik J Avatar answered Oct 15 '22 08:10

Erik J


Yes, you can use a hosted VPN service to maintain a static IP Address in which to contact tranzilla. A proxy server might also work, however, using a public proxy server would be a bad idea.

like image 35
rook Avatar answered Oct 15 '22 08:10

rook