You are viewing limited content. For full access, please sign in.

Question

Question

Laserfiche Forms Config HTTPS Redirect

asked on November 21, 2019 Show version history

I have accidentally turned on "Use SSL" And "Redirect to HTTPS" and now I cannot connect to my Forms config or form page. Is their a backend way to undo this mess.

 

Found an old post about this and it looks like you have to make the change in the Forms SQL Database. Does anyone know what Table and values.

0 0

Answer

SELECTED ANSWER
replied on December 2, 2019

So I found it easier to throw an self signed cert on the forms server. Then I turned off redirect.

0 0

Replies

replied on November 22, 2019

In your forms DB can you navigate to the CF_Options Table, and locate the row SSLRedirection, on my system not using ssl redirect it is set to 0, yours may be set to 1. FormsSSL is also set to 0 on my system, you can also ensure that the forms host in your table is set to use HTTP not HTTPS, you will need to restart the Forms routing service for these changes to take affect.

1 0
replied on November 24, 2019

You can run "update dbo.cf_options set SSLRedirection =0" on your Forms database, then restart FormsAppPool from Application Pools in IIS Manager, you don't need to restart Forms Routing Service.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.