Ошибка: невозможно получить метаданные из http…? Wsdl

Я был в процессе преобразования приложения http в https и ssl с самозаверяющим сертификатом.

по какой-то причине я должен зайти в браузере на localhost: #####, чтобы запустить службу.

После запуска службы я проверяю ее с помощью следующего вызова в командной строке Visual Studio 2012:

svcutil.exe https://localhost:10201/?wsdl

и это возвращается с

Error: Cannot obtain Metadata from https://localhost:10201/?wsdl

If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address.  For help enabling metadata publishing, please refer to the MSDN documentation at http://go.microsoft.com/fwlink/?LinkId=65455.


WS-Metadata Exchange Error
    URI: https://localhost:10201/?wsdl

    Metadata contains a reference that cannot be resolved: 'https://localhost:10201/?wsdl'.

    Could not establish trust relationship for the SSL/TLS secure channel with authority 'localhost:10201'.

    The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

    The remote certificate is invalid according to the validation procedure.


HTTP GET Error
    URI: https://localhost:10201/?wsdl

    There was an error downloading 'https://localhost:10201/?wsdl'.

    The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

    The remote certificate is invalid according to the validation procedure.

If you would like more help, type "svcutil /?"

Это вредно для моего успеха с HTTPS?

Мой конфиг выглядит так:



    
    
      

        
        

        
        

        
        

        
        
          
        
        
      


    


    
    
    
      
        
        
          
        
      



      
        
          
          
          
          
          
          
          
        
      
    



    
    

    
        
            
                
            
        
    

      
        
          
          
            
          
          
        
      



    




    
    
      
        
      
    
  

Как я могу избавиться от этого? и заставить работать метаданные и работать GET?

Ответы на вопрос(2)

Ваш ответ на вопрос