A WebService can be registered but not correctly addressed via https.
Cause: Registering the URL in netsh with https://+:8482/ for use with BasicBinding, e.g.:
netsh http add urlacl url=http://+:8482/ user=\everyone
Solution: Registration of the URL in netsh with https://Hostname:8482/1)