Hi Dagobert,

Am Dienstag, 17. November 2015, 15:09:05 schrieb Dagobert Michelsen:
> > RUNNING TEST test_hsts_url_rewrite_superdomain...
> > A new entry should've been created
> > Tests run: 15
> > FAIL unit-tests (exit status: 1)
> 
> So which test is failing? test_hsts_url_rewrite_superdomain ?
> There is no *hsts* in tests/
> 

Could you please change L689 of src/hsts.c from
  created = hsts_store_entry (s, SCHEME_HTTPS, "www.foo.com", 443, time(NULL) 
+ 1234, true);

to
  created = hsts_store_entry (s, SCHEME_HTTPS, "www.foo.com", 443, 1234, 
true);

and give it a try ?

Regards, Tim

Reply via email to