Strange behavior using SSL and "FORMS" authentication.

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

  1. #1

    Default Strange behavior using SSL and "FORMS" authentication.

    Hello

    I am using "FORMS" authentication, without SSL the behavior is normal, everythings working very well

    When in IIS I cheking "Require SSL" (in Secure Communications property), I can't to do login, after introducing the credentials, I am redirected to login's page again, If I take the SSL's Check off in the ISS property, everythings will work very well again

    NOTE: I have a valid certificate well installed

    What is happening?, some suggest

    Thanks in advance..

    gmarquez
    gmarquez Guest

  2. Similar Questions and Discussions

    1. Forms Authentication "Forgetting" a User
      Greetings, We have an ASP.NET application that implements forms-based authentication. The login portion seems to work fine. However, I have one...
    2. Can actionscript change a "Button's" "Behavior"?
      While a movie is playing in "level 0" a button is pressed to launch another movie in "level 1". Is there a way to change the button that was pressed...
    3. Accessibility Behavior and Lingo "Play Movie"
      Does anyone have an suggestions for this... I have many "Accessibility Item" enabled buttons in a Director Projector, all with have a...
    4. Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
      Hi there, I'm busy building a site that authenticates users from a database but would like Windows authenticated users to bypass the logon screen...
    5. Forms Authentication - "Deny users = ?" necessary
      Thanks for your reply Hernan. I can't believe Authentication and Authorization are mixed... If I want to identify/authenticate a user (for...
  3. #2

    Default RE: Strange behavior using SSL and "FORMS" authentication.

    Hello

    Searching similar questions (keyword= SSL, in the ASP.NET newsgroup), I found an argue about similar situation. Something gets my attention, they were discussing about creating self-signed certificate (like is my case)
    >>>ITEM: SSL and ASP.NET, from 10/12/200
    Is about a developer that he doesn't know like create a self-signed certificate.(This not apply for me)
    >>>ITEM: ASP.NET and Secure Socket Layer, from 11/20/200
    They recommend to review the following articles

    INFO: Help Secure Forms Authentication by Using Secure Sockets Layer (SSL
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;81382[/url]

    INFO: Building Secure ASP.NET Web Applications Guid
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;33024[/url]

    I had used both of them, I have made all that suggests

    I have everything well configured, but when I'm accessing to the secure page, the security alert show me the following

    -(ok) The security certificate is from a trsuted certifying authority

    -(ok) The security certificate is valid

    -(!) The name on the security certificate is invalid or does not match then name of the site

    Is possible that the last alert is my problem

    Thanks in advance..

    gmarque


    ----- gmarquez wrote: ----

    Hello

    I am using "FORMS" authentication, without SSL the behavior is normal, everythings working very well

    When in IIS I cheking "Require SSL" (in Secure Communications property), I can't to do login, after introducing the credentials, I am redirected to login's page again, If I take the SSL's Check off in the ISS property, everythings will work very well again

    NOTE: I have a valid certificate well installed

    What is happening?, some suggest

    Thanks in advance..

    gmarquez
    gmarquez Guest

  4. #3

    Default RE: Strange behavior using SSL and "FORMS" authentication.

    No, that would not be the reason you are having the
    problem, otherwise you would not even get the login page
    (as I assume you have SSL for the whole site, not just
    some pages) which means the login page is also protected
    by SSL. Try doing a bit of tracing and output the
    credentials you receive to a trace file, to see what you
    are getting.

    HTH,
    - Paul Glavich
    >-----Original Message-----
    >Hello,
    >
    >Searching similar questions (keyword= SSL, in the
    ASP.NET newsgroup), I found an argue about similar
    situation. Something gets my attention, they were
    discussing about creating self-signed certificate (like
    is my case):
    >
    >>>>ITEM: SSL and ASP.NET, from 10/12/2003
    >Is about a developer that he doesn't know like create a
    self-signed certificate.(This not apply for me).
    >
    >>>>ITEM: ASP.NET and Secure Socket Layer, from
    11/20/2003
    >They recommend to review the following articles:
    >
    >INFO: Help Secure Forms Authentication by Using Secure
    Sockets Layer (SSL)
    >[url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    us;813829
    >
    >INFO: Building Secure ASP.NET Web Applications Guide
    >[url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
    us;330246
    >
    >I had used both of them, I have made all that suggests.
    >
    >I have everything well configured, but when I'm
    accessing to the secure page, the security alert show me
    the following:
    >
    >-(ok) The security certificate is from a trsuted
    certifying authority.
    >
    >-(ok) The security certificate is valid.
    >
    >-(!) The name on the security certificate is invalid or
    does not match then name of the site.
    >
    >Is possible that the last alert is my problem?
    >
    >Thanks in advance...
    >
    >gmarquez
    >
    >
    > ----- gmarquez wrote: -----
    >
    > Hello,
    >
    > I am using "FORMS" authentication, without SSL the
    behavior is normal, everythings working very well.
    >
    > When in IIS I cheking "Require SSL" (in Secure
    Communications property), I can't to do login, after
    introducing the credentials, I am redirected to login's
    page again, If I take the SSL's Check off in the ISS
    property, everythings will work very well again.
    >
    > NOTE: I have a valid certificate well installed.
    >
    > What is happening?, some suggest?
    >
    > Thanks in advance...
    >
    > gmarquez
    >.
    >
    Paul Glavich 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