But this does not return a valid JSON value.
I've been testing and used CURL to test the connection and get this return:
Code: Select all
C:\Windows\System32>curl -v "https://worldtimeapi.org/api/timezone/europe/brussels"
* Host worldtimeapi.org:443 was resolved.
* IPv6: 2a09:8280:1::3:e
* IPv4: 213.188.196.246
* Trying [2a09:8280:1::3:e]:443...
* Connected to worldtimeapi.org (2a09:8280:1::3:e) port 443
* schannel: disabled automatic use of client certificate
* ALPN: curl offers http/1.1
* schannel: failed to receive handshake, SSL/TLS connection failed
* closing connection #0
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
I've tried port 443 in FC10 but this also gives me an empty reply..
What can I test further to get a reply from worltimeapi.org?
(I don't have my flowchart here with me so can't upload the testfile)