View Single Post
  #22 (permalink)  
Old 06-18-2008, 12:11 PM
rsilbiger rsilbiger is offline
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by cabotine View Post
you also have to set an https-Server as an update adress, because it would refuse to work with insecure update connections.
Regards
C.
I just changed http: to https: in the rdf and it worked fine (obviously it wlil never find an update.

<em:updateURL>http://curple.com/zimbracheck/update.rdf</em:updateURL>
to
<em:updateURL>https://curple.com/zimbracheck/update.rdf</em:updateURL>
Reply With Quote