cancel
Showing results for 
Search instead for 
Did you mean: 

Error to connect to a Web Service 17.0.10

1,374

I have a function that automatically fetches the ECB exchange rates. In version 17.0.8, the data collection still worked. The data collection no longer works in version 17.0.10. The following error message is displayed:

The secure connection to the remote host failed. The connection was closed from the other side.
SQLCode=-990, ODBC 3 Stat=“HY000“

create function EZB_WAEHRUNGSKURSE()
returns xml
url 'https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml' 
type 'HTTP:GET' 
CERTIFICATE 'file=*'

Does anyone knows a solution for this problem?

Accepted Solutions (0)

Answers (0)