79214762

Date: 2024-11-22 11:18:04
Score: 1.5
Natty:
Report link

Yes, it is possible to use an additional SSL certificate for your Symfony server that refers to your public domain. You can set up a reverse proxy using tools like Nginx or Apache, which allows you to handle SSL termination. Obtain a valid SSL certificate for your public domain (e.g., via Let's Encrypt) and configure the reverse proxy to forward requests to your Symfony server. This way, the third-party service will connect securely using the valid certificate, while your Symfony server continues to run in development mode locally.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kaustubh Gupta