Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SSL password for decrypting private key in JDBC string

Hi!The sslpassword option is required when using ssl=true and sslmode=verify-ca because the PostgreSQL server needs to decrypt the private key file (specified by sslkey) to verify the client's identity.How to pass sslpassword another way with the hel...

Eric_Cire by Champ in-the-making
  • 530 Views
  • 0 replies
  • 0 kudos

Tutorial: How to fix CORS for Alfresco API Explorer

If you want to call API from a different host to your Alfresco API ex: from A.com to B.com/alfresco, you might experience API CORS access origin error, in that case:1.  Go to tomcat\webapps\api-explorer\WEB-INF\lib and add in:java-property-utils-1.9....

varinas662 by Champ in-the-making
  • 516 Views
  • 0 replies
  • 0 kudos

Sending file using REST call task

Hi,I need to use REST API endpoint (POST request) to send a file to ACS (Alfresco Content Services). How should i configure my REST call task to be able to do it? I do have a form in which I'm selecting file from my local. Then I would like to use it...

image image
darkul by Champ in-the-making
  • 691 Views
  • 0 replies
  • 0 kudos

Update MimeType using API

It's seems that is not possible to update the mimeType of an existing document using the API.When I upload a new version of a document with another mimeType using the API, it seems that there is no autodetection of this one. So I tried to update it m...

Guitayk by Champ in-the-making
  • 1295 Views
  • 1 replies
  • 0 kudos