Skip to main content
Question

Is there a way to configure HTTPCaller to trust a custom CA certificate?

  • December 20, 2017
  • 5 replies
  • 54 views

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

Forum|alt.badge.img+2
  • 364 replies
  • December 20, 2017

Hi @charlieye

 

 

The HTTPCaller will look for certificates installed on the local system.

 

Are you running the HTTPCaller with 'Verify SSL' set to 'Yes'?

 

 

Are you seeing any errors in the log file?

  • Author
  • 2 replies
  • December 20, 2017

Hi @charlieye

 

 

The HTTPCaller will look for certificates installed on the local system.

 

Are you running the HTTPCaller with 'Verify SSL' set to 'Yes'?

 

 

Are you seeing any errors in the log file?
Yes, the "Verify SSL Certficate" set to "Yes". I got the following error.

 

>> (HTTPFactory): HTTP/FTP transfer error: 'SSL connect error'

 

>>(HTTPFactory): Please ensure that your network connection is properly set up

 

 

 

>>(HTTPFactory): No proxy settings have been entered. If you require a proxy to access external URLs, please ensure the appropriate information has been entered

 

Then, if I turn off the "Verify ...", the workspace worked. Furthermore, the CA certificate has been imported to the local key store.

 

 

 


Forum|alt.badge.img+2
  • 364 replies
  • December 20, 2017
Yes, the "Verify SSL Certficate" set to "Yes". I got the following error.

 

>> (HTTPFactory): HTTP/FTP transfer error: 'SSL connect error'

 

>>(HTTPFactory): Please ensure that your network connection is properly set up

 

 

 

>>(HTTPFactory): No proxy settings have been entered. If you require a proxy to access external URLs, please ensure the appropriate information has been entered

 

Then, if I turn off the "Verify ...", the workspace worked. Furthermore, the CA certificate has been imported to the local key store.

 

 

 

When you say 'imported to the local key store', where is this key store? If you're on a windows machine you can search for certificate after pressing the start button and use the windows certificate managers to import them.

 

I'm not sure which folder you'd need to import it to, however.

 

 


  • Author
  • 2 replies
  • December 20, 2017
When you say 'imported to the local key store', where is this key store? If you're on a windows machine you can search for certificate after pressing the start button and use the windows certificate managers to import them.

 

I'm not sure which folder you'd need to import it to, however.

 

 

That is the "WIndows Certificate Store" in my case. That is what "Windows Certificate Manager" manages.

 

 


Forum|alt.badge.img
  • 9 replies
  • December 20, 2017

Same issue here using the standard CA Trusted Root certificate COMODO RSA Domain Validation Secure Server CA.

Response -

(HTTPFactory): Received HTTP response header: 'HTTP/1.1 500 Internal Server Error'

<?xml version="1.0"?>

-<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> -<s:Body> -<s:Fault> <faultcode xmlns:a="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">a:InvalidSecurity</faultcode> <faultstring xml:lang="en-GB">An error occurred when verifying security for the message.</faultstring> </s:Fault> </s:Body> </s:Envelope>