asp.net webservice & ssl

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default asp.net webservice & ssl

    I've established an SSL (with selfSSL) certificate for my IIS ver. 5.
    an
    i want my webservice client to connect to webservice through ss
    (i've done all the things considered in MSDN - [url]http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT14.asp[/url]
    bu
    all it says is an error - "Cannot establish a trusted relationship
    Andy Guest

  2. Similar Questions and Discussions

    1. Can a webservice call another webservice?
      Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New...
    2. Calling a webservice from a webservice
      Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am...
    3. How to communicates with another webservice with another webservice
      H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those ...
    4. Webservice calling a webservice.....Error
      Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are...
    5. webservice asp.net
      How do I call a webservice from a webapplication in ASP.NET?? I do not have any experience Can you recommenc me good books?? thank you
  3. #2

    Default Re: asp.net webservice & ssl

    Are you sure you correctly installed the self-signed server certificate on
    the client machine? (It may need to be explicitly put in the trusted roots
    store.)

    Is the certificate purposed for server authentication?



    "Andy" <anonymous@discussions.microsoft.com> wrote in message
    news:E8B5715D-9015-4525-8FCB-1755FEEA5038@microsoft.com...
    > I've established an SSL (with selfSSL) certificate for my IIS ver. 5.1
    > and
    > i want my webservice client to connect to webservice through ssl
    > (i've done all the things considered in MSDN -
    [url]http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT14.asp[/url])
    > but
    > all it says is an error - "Cannot establish a trusted relationship"
    > .
    > Can anyone help me please ???
    > Does it need anything else ??

    Aaron Margosis [MS] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139