SSL beginner

D

dave

I have a web application hosted by an ISP that has a login page called
"default.aspx" - the user enters username and password which is then
checked in an SQL Server database. Everything worked fine until I
recently subscribed to a Personal SSL certificate for the web app.from
my ISP - now, after entering username and password and clicking the
"Login" button absolutely nothing happens - no error message shows.

Can anybody advise on what I have missed?

I have not changed any configurations in Web.config from their pre-SSL
settings which were:

<system.web>

<customErrors mode="RemoteOnly"
defaultRedirect="error.aspx" />

<authentication mode="Windows" />


<authorization>
<allow users="*" />
</authorization>

<!-- GLOBALIZATION
<globalization requestEncoding="utf-8"
responseEncoding="utf-8" />
 
G

Guest

fully path out the error page perhaps, including the HTTPS://
With SSL it's the best way to ensure you dont switch secutity contexts and
cause issues.

By the way... sounds like WebHost4Life? (had similar issue but didnt really
pursue it).
 
D

dave

Curt_C said:
fully path out the error page perhaps, including the HTTPS://
With SSL it's the best way to ensure you dont switch secutity contexts and
cause issues.

By the way... sounds like WebHost4Life? (had similar issue but didnt really
pursue it).

Curt,

Many thanks for taking the trouble to reply. The problem has now been
resolved by my ISP - simplewebhosting - apparently, as they describe
it:

"Looks like the site had some out of date client side .NET javascript
files installed. I have upgraded these, which has corrected the issue
(for what it is worth, only Internet Explorer had trouble with the
login action button, other browsers worked fine throughout)"

Now everything seems to work fine without me having to change a single
line of code from pre-SSL days - SO FAR!!

Dave Rudlin
 
G

Guest

You really shouldnt "have to" change any code to go from http to https...
it's really a connectivity thing.

Glad you got it working.. :}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
VetaMcRae
Top