- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- Integration of Certificates: How can we integrate both the root and intermediate CA certificates into our system?
- URL Protocol Update: Since our application currently uses http://, will we need to change it to https:// as part of these updates?
Thank you.
โ10-21-2024 12:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For integrating the new SSL certificates, hereโs what youโll need to do:
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.
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!
โ11-06-2024 12:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Vismay,
Please refer below articles for more details about the Certificate Migration and Tentative timelines :
- https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-05545
- https://support.authorize.net/knowledgebase/Knowledgearticle/?code=000003009
Dipesh
Please DONOT submit any sensitive data
โ11-20-2024 10:49 PM

