Skip to main content
Question

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

  • 20 December 2017
  • 5 replies
  • 25 views

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?

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.

 

 

 


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.

 

 


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.

 

 


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>

Reply