Skip to main content

IP Address issue

Comments

11 comments

  • Infopro
    The docs may be helpful to you on this one: Domains and IPs - cPanel Documentation
    0
  • siparker
    Hi I dont have an issue with Exim? this is nothing to do with email. Sorry if that wasnt clear. The payment plugin uses Curl to send requests to the payment provider. This account for some reason is not using the dedicated ip to send the curl requests.
    0
  • Infopro
    My mistake, misread your post. :o
    0
  • siparker
    Hey no problem could still use your help thought if you have any ideas?
    0
  • cPanelMichael
    Hello :) It's normal for outgoing connections to come from the default public IP address of the server. Assigning an account a dedicated IP address will not change this behavior. Are you able to modify your application settings so it expects connections from the main IP address of the server? Thank you.
    0
  • siparker
    yes but that ip address is not assigned to the site and i assume the SSL certificate for that account in that case. or am i wrong there?
    0
  • quietFinn
    [quote="siparker, post: 1523791">yes but that ip address is not assigned to the site and i assume the SSL certificate for that account in that case.
    That does not matter, the SSL certificate has nothing to do with outgoing connections. As Michael told "It's normal for outgoing connections to come from the default public IP address of the server".
    0
  • siparker
    ? sorry im a little more confused now. So an ssl certificate on a dedicated ip address (in this case for the purpose of sending credit card data to a third party site) will not be used for those conenctions. which is what its needed for. that doesnt seem to maek sense. can you confirm that.
    0
  • mtylerb
    SSL certificates are used when a client's computer accesses your site. Any information back and forth between the client's computer and your server maintains encryption using that SSL certificate. When your server, on the other hand, connects to a payment gateway, it is not using YOUR SSL certificate, it is making use of the payment gateway's SSL certificate. In this case, your server becomes the "client's computer" from above and the payment gateway becomes the server. You need to verify the payment gateway's identity, not visa versa.
    0
  • quietFinn
    [quote="siparker, post: 1523812">? sorry im a little more confused now. So an ssl certificate on a dedicated ip address (in this case for the purpose of sending credit card data to a third party site) will not be used for those conenctions. which is what its needed for.
    The ssl certificate in your server is used for incoming https connections only. Outgoing https connections use the certificate in the remote server.
    0
  • siparker
    right understood. thanks for the assistance
    0

Please sign in to leave a comment.