Transient problem accessing DA in https

tundasrl

Verified User
Joined
May 17, 2008
Messages
54
Hi all. I've a strange problem.

I configured DA for accessing it via https and it is all working well.

The problem arise when you try to access DA using a non https url i.e. http://www.mydomain.com:2222.

Most of the times it works, redirecting the user to https://SERVER_IP:2222 but sometimes it doesn't, showing an error message in the browser (both IE and Firefox under Windows)

If I look at the log here is what I see:
2009:04:07-19:29:29: Can't connect to ssl!
2009:04:07-19:29:29: ->error ssl
2009:04:07-19:29:29: Socket write error: Unknown error
2009:04:07-19:29:29: Error reading from **MASKED IP**:
2009:04:07-19:29:54: Can't connect to ssl!
2009:04:07-19:29:54: ->error ssl
2009:04:07-19:29:56: Can't connect to ssl!
2009:04:07-19:29:56: ->error ssl
2009:04:07-19:29:57: Can't connect to ssl!
2009:04:07-19:29:57: ->error ssl

Moreover this error doesn't show up using a Mac OSX with safari or firefox.

I have the same issue on different servers so I should exclude a problem in the installation.

Any idea?
Thanks to all for your attention.
 
SSL=1
and it works normally. No problem when accessing directly to https
the problem shows up only when redirecting from http to https (but never with mac osx)
 
Back
Top