VMware Cloud Community
brettparkhurst
Enthusiast
Enthusiast

HTTPGet fails on OSX with error "Error saving URL .... to file result.txt" / Works on Windows

I'm doing an HTTPGet on a validation step and am getting the following error on Mac OSX.  It works on Windows.

HTTPGet fails on OSX with error "Error saving URL .... to file result.txt" / Works on Windows

Here is the XML of the step.

<httpGet>
<filename>result.txt</filename>
<password>mypassword</password>
<url>https://myurl</url>
<username>myusername</username>
</httpGet>

Reply
0 Kudos
3 Replies
michieldhont_
Hot Shot
Hot Shot

Hi @brettparkhurst ,

Could you try setting <enableSslSupport> for the project?

<project>
  <enableSslSupport>1</enableSslSupport>
</project>

Regards,

Michiel

Reply
0 Kudos
brettparkhurst
Enthusiast
Enthusiast

Yes, I have enableSslSupport enabled.

Reply
0 Kudos
michieldhont_
Hot Shot
Hot Shot

Hi @brettparkhurst,

 

Could you try a different path for the result file?

For example ${system_temp_directory}/result

 

Regards,

Michiel

Tags (1)
Reply
0 Kudos