SSL Form Problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I'm getting a "FrontPage Error" when submitting a
form on a secure server (https://). The form works fine
on an unsecure server and loads fine on the SSL server,
but I get the error when the submit button is pressed.
The server error log shows nothing

Can anyone help out

-J
 
Are you using a shared SSL certificate or a purchased one that is assigned to your domain?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
I'm using a SSL certificate that I bought that is applied to my entire site. I see other folks are having similar problems with shared certs. Mine is not shared.
 
You host must configure the extensions to also use Port 443 for your domain on the server.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


John S said:
I'm using a SSL certificate that I bought that is applied to my entire site. I see other folks
are having similar problems with shared certs. Mine is not shared.
 
I sure that it's been done.

Other pages work fine, including a PHP e-commerce application.

It's just when that darn "submit" button is pressed on the SSL form, I get the FP error - notify the webmaster

I see that many others are having the same problem.
 
Setting the extensions to use port 443 has no bearing on the ability of a PHP application to
functions correctly or other pages that are not using the FP extensions to process forms under
https.

Have you contacted your host and asked if they have set this?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top