Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 116443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:10:43+00:00 2026-05-11T03:10:43+00:00

I go to https://mywebsite/MyApp/Myservice.svc and get the following error: (The link works if I

  • 0

I go to https://mywebsite/MyApp/Myservice.svc and get the following error:

(The link works if I use http:// )

‘The service ‘/MyApp/MyService.svc’ cannot be activated due to an exception during compilation. The exception message is: Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]..‘

EDIT: So if I change address='' to address='https:// ...' then I get this error instead:

‘Error: The protocol ‘https’ is not supported….. The ChannelDispatcher at ‘https://…/Annotation.svc‘ with contract(s) ”Annotation” is unable to open its IChannelListener.‘

Here’s what my Web.Config looks like:

<services>       <service behaviorConfiguration='AnnotationWCF.AnnotationBehavior'               name='AnnotationWCF.Annotation'>               <endpoint address='' binding='basicHttpBinding' bindingConfiguration='BasicHttpBinding_Annotation'                       contract='AnnotationWCF.Annotation' />               <endpoint address=''                    binding='basicHttpBinding' bindingConfiguration='SecureTransport'                   contract='AnnotationWCF.Annotation' />               <endpoint address='mex' binding='mexHttpBinding' contract='IMetadataExchange' />       </service> 

<bindings> <basicHttpBinding>     <binding name='BasicHttpBinding_Annotation' maxBufferSize='2147483647'             maxReceivedMessageSize='2147483647'>         <readerQuotas maxDepth='2147483647' maxStringContentLength='2147483647'             maxArrayLength='2147483647' maxBytesPerRead='2147483647'             maxNameTableCharCount='2147483647' />     </binding>     <binding name='SecureTransport' maxBufferSize='2147483647'             maxReceivedMessageSize='2147483647'>         <security mode='Transport'>         <transport clientCredentialType='None'/>         </security>         <readerQuotas maxDepth='2147483647' maxStringContentLength='2147483647'             maxArrayLength='2147483647' maxBytesPerRead='2147483647'             maxNameTableCharCount='2147483647' />     </binding> </basicHttpBinding> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T03:10:44+00:00Added an answer on May 11, 2026 at 3:10 am

    It turned out that my problem was that I was using a load balancer to handle the SSL, which then sent it over http to the actual server, which then complained.

    Description of a fix is here: http://blog.hackedbrain.com/2006/09/26/how-to-ssl-passthrough-with-wcf-or-transportwithmessagecredential-over-plain-http/

    Edit: I fixed my problem, which was slightly different, after talking to microsoft support.

    My silverlight app had its endpoint address in code going over https to the load balancer. The load balancer then changed the endpoint address to http and to point to the actual server that it was going to. So on each server’s web config I added a listenUri for the endpoint that was http instead of https

    <endpoint address='' listenUri='http://[LOAD_BALANCER_ADDRESS]' ... /> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I create subdomain like http://user.mywebsite.example ? Do I have to access .htaccess
How do you redirect HTTPS to HTTP?. That is, the opposite of what (seemingly)
I'm using http://urlrewriter.net/ to rewrite urls at my website. For example, I'm rewriting: http://www.example.com/schedule.aspx?state=ca
Duplicate : https://stackoverflow.com/questions/135651/learning-unit-testing I'm trying to develop some software for my research group to
Will content requested over https still be cached by web browsers or do they
Here's the page: https://www.testmasters.net/test/ssltest2.aspx When I go to it (in firefox or chrome), it
When sending data over HTTPS, I know the content is encrypted, however I hear
Related to https://stackoverflow.com/questions/139944/where-can-one-find-free-software-icons-images I have a need for free weather-related icons. Specifically, I need
My dilema: In .htaccess in my website's root: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.