Hi,
I'm having an issue regarding WCF Services, i configured online but after activating SSL, my services not working, can you guide me regarding this??? I added the service model with appropriate settings (I found from Stackoverflow), but still getting the following error message...
Could not find a base address that matches scheme http for the endpoint with binding BasicHttpBinding. Registered base address schemes are [https].
Thanks in advance.

Anandu G NathPosted Dec 26, 2023, 10:16 AM
@Rameez Javed
Check below points
1.Check your Service configuration
2.Verify that the base addresses registered for the service include both HTTP and HTTPS
3.Ensure that the endpoint configuration matches the appropriate base address scheme
Anandu G NathPosted Dec 25, 2023, 8:10 AM
Link not Working @pritaeas
Guest UserPosted Jan 28, 2020, 6:16 PM