Link to home
Start Free TrialLog in
Avatar of soffcec
soffcecFlag for Iceland

asked on

Wget problem

I have run this for 2 years without problem
wget https://property.godo.is/api/xml/getBookings --post-file=xml.xml --output-document=output.xml --no-check-certificate
 
xml.xml=
<request>
   <auth>
     <username>MyLogin</username>
     <password>MyPassword</password>
   </auth>
    <modified>2010-01-01</modified>
    <datefrom>2018-04-23</datefrom>
    <dateto>2020-01-01</dateto>
    <includecard>0</includecard>
</request>

Open in new window


 
 
But now I get this answar instead of data
 
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = c:/progra~1/wget/etc/wgetrc
--2018-04-21 20:15:35--  https://property.godo.is/api/xml/getBookings
Resolving property.godo.is... 34.243.126.214, 34.241.88.199
Connecting to property.godo.is|34.243.126.214|:443... connected.
Unable to establish SSL connection.
Avatar of Dr. Klahn
Dr. Klahn

Try:

(quick and dirty)
a) Use the --no-check-certificate flag to wget

(proper solution)
b) Update to a newer version of wget that supports the new TLS versions
or c:
upgrade trusted certificate list to latest... (should be part of OS upgrade process)
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.