Go to your dreamweaver server definition and make sure a testing server is defined and the the correct path and website url is set. Also make sure you have started your wamp server.
It looks like your issue is that your local testing server is set to https://localhost. Localhost won't usually work with https://, so you probably have to update it to http:// for your testing server.