hi,web browser access to the databases works fine, access via https (force ssl connection as db property) produces http error 302 (the data requested has a different url temporarily).
why?
ssl is anabled in the server document.
thank you,
robert
hi,web browser access to the databases works fine, access via https (force ssl connection as db property) produces http error 302 (the data requested has a different url temporarily).
why?
ssl is anabled in the server document.
thank you,
robert
Subject: http error 302
what I found out: if the name of the keyring file in the server doc does not match the name of the file then domino throws http 302
robert
Subject: RE: http error 302
Just for the records: Status 302 is not an error condition, but a notification to the user agent. I must come along with a location header providing the new address of the requested resource.
As such, it appears to be rather misleading under the circumstances you described, though.