Hi
I have a virtual machine named "work" and I created my site on it.
In my site I have several services for java script operations.MessageService.svc for instance.
When I type http://work/Messages/MessageService.svc/jsdebug everything work fine an I get java script asp.net generated code for MessageService class.
Other parts of site also work as expected (pages and services).
Then I installed ssl certificate made by makecert.exe There is normal scheme with parent certificate installed on my machine and on "work" and child certificate for ssl installed on "work".
And then WCF service disappeared. Pages are generated fine, but When I type httpS://work/Messages/MessageService.svc/jsdebug I get The resource cannot be found.
What should I do? What I configured incorrectly?
Please help !