I have an application with python running on a google appengine SE.
Now, some servers expect a certain root ca installed on this application.
I have found information about list of root ca supported by gcp as below. https://pki.goog/repository/
The desirable ca was not found in the list and should be used on the application at ssl handshake somehow.
I would like to ask 2 questions.
- Is there any way to set root ca or extend the lists on an google appengine SE?
- Should I set a path or an environmental value to a certification file, referred by certifi module, in a source code?