I would like to have two endpoints with the same port and the same name, but hosted on different tcp port with different transport security settings. I.e https://endpoint:443/ and http://endpoint:80
I know I need to change endpoint name because of error
Address should be unique for Receive Location 'xxxx'.
Address 'endpointlink.svc' is already present for Receive Location
Is there any trick that let me use the same endpoints name?