Secure Webservices

HI,

I have created a simple Webservice with Add operation it..I have made IIS5.1 SSL secured.I have " Require Secure Channel" option enabled in it.Now when i accesed the webservice using https in browser i get "Page cannot be displayed" error.

I turned off my windows firewall but no use.Also i looked into browser settings for https connection,it didnt helped me.Can anybody bail me out of this

Thanks

Venkat



Answer this question

Secure Webservices

  • willthiswork89

    Are you able access any pages using https (like https://localhost) This thread has some links that will help set up SSL if that is the problem: http://forums.iis.net/thread/1043996.aspx.

    Hope this helps.


  • Kumar Palanisamy

    Hi Nathan,

    Thanks for your quick response.No page is workingwith https.If i uncheck "Require Secure Channel" and try acessing with http it is working fine.

    Thanks

    Venkat


  • otiko

    You may have something wrong with your SSL certificate or IIS. Download the IIS Diagnostics Toolkit at http://www.microsoft.com/downloads/details.aspx familyid=9BFA49BC-376B-4A54-95AA-73C9156706E7&displaylang=en

    and use the SSL Diagnostic utility to help narrow down the problem.

  • Gidon Sela

    did you give a domain name when creating the ssl certificate If you did, you have to use that name and not localhost. For example, if the certificate was created for https://www.xyz.com then you have to use that domain name. Also if you let us know what exactly the error is, i might be able to help you better

    Abhishek

  • Secure Webservices