Question

Python Exception <OSError>: Could not find a suitable TLS CA certificate bundle, invalid path.

  • 3 October 2023
  • 3 replies
  • 518 views

Badge

I got an error from FME 2019.2 and FME 2022.1. The error is " Python Exception <OSError>: Could not find a suitable TLS CA certificate bundle, invalid path: C:\\Program Files\\PostgreSQL\\15\\ssl\\certs\\ca-bundle.crt".

Anyone has idea how to fix?


3 replies

Userlevel 5
Badge +29

What are you doing to cause this error message?

Badge

What are you doing to cause this error message?

I was reading a feature service from ArgGIS Portal using reader.

Userlevel 2
Badge +10

I was reading a feature service from ArgGIS Portal using reader.

@blue_star​ 

What type of authentication are you using with the ArcGIS Portal Reader? If you're using a web connection, check that you've setup your web service according to these instructions: https://community.safe.com/s/article/How-to-create-an-FME-Web-Connection-for-Esri-ArcGIS-Portal-Feature-Service-OAuth-2-0

Additionally if you're able to share a copy of your log file from running the workspace that would help too.

Reply