Ask a Question related to ASP, Design and Development.

  1. #21

    Default Re: SSL

    1) Yes and I've discovered why. I make a link to download
    the flash player in http; if I make it in https the
    warning disappear
    2) But what I'd like is in fact the second solution. So
    your link is very useful to me, I'll modify it to work on
    by file extension rather than by file name.
    Thanks a lot for your help!
    Bye, Damiano

    >-----Original Message-----
    >It seems that 1 and 2 are likely to be opposite.
    >Perhaps this article might be of some help.
    >
    >[url]http://www.codeproject.com/aspnet/WebPageSecurity.asp[/url]
    >
    >
    >--
    >Hernan de Lahitte
    >Lagash Systems S.A.
    >[url]http://www.lagash.com[/url]
    >
    >
    >
    >"Curia Damiano" <curiad@euroforex.com> wrote in message
    >news:#HkWsoJ7DHA.3420@TK2MSFTNGP11.phx.gbl...
    >> I have an app in C#/ASP.NET 1.1 on a Win2003 server.
    >> Now I'm trying to make it use SSL, so I requested and
    installed a server
    >> certificate to IIS.
    >> But now I have some questions:
    >> 1) if I force my web-site to use SSL, and I request a
    page via SSL, in IE
    >a
    >> warning appears telling that the page contains
    protected object and non
    >> protected object, but how is it possible, if I force
    https? How can I make
    >> this warning disappear?
    >> 2) I would like to force https to all my objects; for
    example I'd like
    >> images, css, javascript and plain htm to be trasmitted
    not crypted. So I
    >> thought of using an HttpHandler that redirect http
    calls of aspx/asmx to
    >> https and https calls to other object to http. Is it
    possible? Or there is
    >a
    >> better solution to this optimization?
    >> Thanks, Damiano Curia
    >>
    >>
    >
    >
    >.
    >
    Guest

  2. #22

    Default SSL

    Hello,

    I have 2 questions about SSL & Director:

    1) Is it in one kind of way possible to use an adress like "httpS://....."
    within the function getNetText()

    2) I have a HTML page (index.html) where i included a director movie (.dcr)
    If i turn on my apache server, configured with SSL, if I type the adress of
    the HTML page (to test it is [url]httpS://localhost[/url] then it seems like the movie
    starts loading, but only 1 or 2 % and then it "hangs" there, stoped loading.

    can someone help me pls :) thx


    Jean Guest

  3. #23

    Default SSL

    Hi,

    The SSL section contains this:

    If the server demands a client certificate, libpq will send the
    certificate stored in file .postgresql/postgresql.crt within the
    user's home directory. A matching private key
    file .postgresql/postgresql.key must also be present, and must not be
    world-readable.

    If the file .postgresql/root.crt is present in the user's home
    directory, libpq will use the certificate list stored therein to
    verify the server's certificate. The SSL connection will fail if the
    server does not present a certificate; therefore, to use this feature
    the server must also have a root.crt file.

    I presume this extract suggests that one is running a unix or linux
    flavour. What are the equivalent location in Windows XP?

    Tope Akinniyi.
    --


    ---------------------------(end of broadcast)---------------------------
    TIP 3: if posting/reading through Usenet, please send an appropriate
    subscribe-nomail command to [email]majordomo@postgresql.org[/email] so that your
    message can get through to the mailing list cleanly

    Oluwatope Akinniyi Guest

  4. #24

    Default Re: SSL

    "Oluwatope Akinniyi" <topeakinniyi@shepherdhill.biz> writes:
    > I presume this extract suggests that one is running a unix or linux
    > flavour. What are the equivalent location in Windows XP?
    You seem to be reading prerelease documentation.

    [url]http://www.postgresql.org/docs/8.0/static/libpq-ssl.html[/url]

    regards, tom lane

    ---------------------------(end of broadcast)---------------------------
    TIP 3: if posting/reading through Usenet, please send an appropriate
    subscribe-nomail command to [email]majordomo@postgresql.org[/email] so that your
    message can get through to the mailing list cleanly

    Tom Lane 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