cancel
Showing results for 
Search instead for 
Did you mean: 

How to update new ssl certificates?

Hi Team,

We received a notification that Authorize.Net is updating the SSL/TLS certificates used for secure communication with our systems. Currently, we are accessing the following endpoints:

  • Sandbox API Endpoint: https://apitest.authorize.net/xml/v1/request.api
  • Production API Endpoint: https://api.authorize.net/xml/v1/request.api

    We are using a transaction key for authorization. Currently we are not using any ssl certificates to call these APIs. Our application is deployed on an AWS EC2 instance running Amazon Linux 2 with an Nginx server.

    We have the following queries regarding the integration of the new SSL certificates:

    1. Integration of Certificates: How can we integrate both the root and intermediate CA certificates into our system?
    2. URL Protocol Update: Since our application currently uses http://, will we need to change it to https:// as part of these updates?

      Thank you.

Vismay01
Member
2 REPLIES 2

For integrating the new SSL certificates, here’s what you’ll need to do:

  1. Add Certificates: Download the root and intermediate CA certificates and install them on your EC2 instance. Since you’re using Nginx, you can configure it to trust these certificates by adding them to your server’s trusted store.

  2. Protocol Update: Yes, you’ll need to update your URLs to use https:// instead of http:// to ensure secure communication with Authorize.Net.


Let me know if this works for you!

mabubilal
Member

Hello Vismay,

Please refer below articles for more details about the Certificate Migration and Tentative timelines :

Regards,
Dipesh
Please DONOT submit any sensitive data
dipespat
Contributor