Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1

This WebDNA talk-list message is from

2020


It keeps the original formatting.
numero = 115118
interpreted = N
texte = 2747 Hi Ruppert, this looks like a SSL config problem. If you can provide a root access = to support@webdna.us, we will have a look at it. - chris > On May 26, 2020, at 21:44, talk@webdna.us wrote: >=20 > Stuart,=20 >=20 > can=E2=80=99t seem to get anything to work=E2=80=A6 >=20 > Tried this: (didn=E2=80=99t work) >=20 > root@localhost:/etc/apache2/sites-enabled# cat default-ssl.webdna > > ServerAdmin webmaster@localhost >=20 > DocumentRoot /var/www/html > > Options FollowSymLinks > AllowOverride None > > > Options Indexes FollowSymLinks MultiViews ExecCGI > AllowOverride None > Order allow,deny > allow from all > >=20 > ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ > > AllowOverride None > Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch > Order allow,deny > Allow from all > >=20 > ErrorLog ${APACHE_LOG_DIR}/error.log >=20 > # Possible values include: debug, info, notice, warn, error, = crit, > # alert, emerg. > LogLevel warn >=20 > CustomLog ${APACHE_LOG_DIR}/access.log combined >=20 >  AddHandler fcgid-script .dna >=20 >  >  RewriteEngine on >  RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >  >=20 > FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna > DefaultMaxClassProcessCount 1 > =20 >=20 >=20 >=20 > Tired this, adding *:443 to the default.webdna file (didn=E2=80=99t = work) >=20 > root@localhost:/etc/apache2/sites-available# cat default.webdna > > ServerAdmin webmaster@localhost >=20 > DocumentRoot /var/www/html > > Options FollowSymLinks > AllowOverride None > > > Options Indexes FollowSymLinks MultiViews ExecCGI > AllowOverride None > Order allow,deny > allow from all > >=20 > ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ > > AllowOverride None > Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch > Order allow,deny > Allow from all > >=20 > ErrorLog ${APACHE_LOG_DIR}/error.log >=20 > # Possible values include: debug, info, notice, warn, error, = crit, > # alert, emerg. > LogLevel warn >=20 > CustomLog ${APACHE_LOG_DIR}/access.log combined >=20 >  AddHandler fcgid-script .dna >=20 >  >  RewriteEngine on >  RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >  >=20 > FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna > DefaultMaxClassProcessCount 1 > >=20 >=20 > Any suggestions welcome=E2=80=A6 not sure this should be so = difficult=E2=80=A6 >=20 > Thanks. >=20 > Best success, >=20 > =E2=80=94Rupert >=20 > Rupert R >=20 >=20 >=20 >=20 >> On May 25, 2020, at 10:38 PM, talk@webdna.us wrote: >>=20 >> You may need to setup a virtual host for port 443, check the one that = you have for port 80 and ensure that you have the webdna handler, fcgi = wrapper & the mod_rewrite.c documented in the file for your port 443 = site. >>=20 >>=20 >> Kind regards >>=20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@plsoftware.com.au >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>> On 26 May 2020, at 12:25, talk@webdna.us wrote: >>>=20 >>> HI Stuart,=20 >>>=20 >>>=20 >>> Admin page:=20 >>>=20 >>> http:// =20 >>>=20 >>> Admin page is accessible and functional >>>=20 >>> https:// >>>=20 >>> [include file=3Dincs/admn_head.inc&WebDNA_Not_Configured=3DStatistics]= [ShowIf [lookup = db=3D../Users.db&value=3DUPDATEDONE&lookInField=3Duser&returnField=3Duser=C2= =ACFound=3D]!UPDATEDONE] [!] >>> If you can see this text, then your web server is not configured = properly, or you are not viewing this page through your web server. You = can solve this problem yourself right now. >>>=20 >>> =E2=80=A2 Make sure your web server has a suffix mapping set up = for ".dna" files to use WebDNA. Refer to your web server documentation = for details on how to set up a suffix mapping >>> =E2=80=A2 On a Windows web server, make sure you shut down and = then restart your web server software after installing WebDNA, and make = sure either WebDNA Standalone program is running (DBServer.exe) or the = WebCat Service is installed and running in the Services Control Panel >>> =E2=80=A2 In your web browser window, look at the "Location" = textbox and make sure that the URL begins with "http://". If it begins = with "file://" then you are not using your web server, and you should = proceed to step 4. >>> =E2=80=A2 Use your web browser to go to the URL http://www..com/WebCatalog=20 >>>=20 >>>=20 >>>=20 >>> Testpage.dna >>>=20 >>> https:// >>>=20 >>> Test of day and date >>> [date %A, %B %d, %Y] =20 >>>=20 >>>=20 >>> http:// =20 >>>=20 >>> Test of day and date >>> Tuesday, May 26, 2020=20 >>>=20 >>>=20 >>>=20 >>> Thanks, >>>=20 >>> =E2=80=94Rupert R >>>=20 >>>> On May 25, 2020, at 8:22 PM, talk@webdna.us wrote: >>>>=20 >>>> Hi Rupert >>>>=20 >>>> What does your page display? >>>>=20 >>>> Kind regards >>>>=20 >>>> Stuart Tremain >>>> Pharoah Lane Software >>>> AUSTRALIA >>>> webdna@plsoftware.com.au >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>> On 26 May 2020, at 10:14, talk@webdna.us wrote: >>>>>=20 >>>>> Hey All,=20 >>>>>=20 >>>>> Successful installed Linode: >>>>>=20 >>>>> WebDNA FCGI 8.5.1 >>>>> ubuntu 18.04 >>>>> linux >>>>> apache 2.4 >>>>> letsencrypt SSL cert >>>>>=20 >>>>> I can access (and update) the Admin page using = http://[servername]/WebDNA/Admin/ THIS WORKS! >>>>>=20 >>>>> but when I use SSL: https://[servername]/anyfile.dna or = https://[servername]/WebDNA/Admin/ These DON'T work.=20 >>>>>=20 >>>>> All other pages on site are served fine with https:// >>>>>=20 >>>>> I believe this is file/path issue=E2=80=A6 is this Apache or = WebDNA which one? >>>>>=20 >>>>> Advice or direction welcome.=20 >>>>>=20 >>>>> Thanks,=20 >>>>>=20 >>>>> =E2=80=94Rupert R >>>>>=20 >>>>>=20 >>>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >>>>=20 >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >>>=20 >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >>=20 >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (christophe.billiottet@webdna.us 2020)
  2. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Rupert Ravens 2020)
  3. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Stuart Tremain 2020)
  4. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Rupert Ravens 2020)
  5. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Stuart Tremain 2020)
  6. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Rupert Ravens 2020)
  7. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Stuart Tremain 2020)
  8. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Rupert Ravens 2020)
  9. Re: [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Stuart Tremain 2020)
  10. [WebDNA] SSL not working with WebDNA FCGI 8.5.1 (Rupert Ravens 2020)
2747 Hi Ruppert, this looks like a SSL config problem. If you can provide a root access = to support@webdna.us, we will have a look at it. - chris > On May 26, 2020, at 21:44, talk@webdna.us wrote: >=20 > Stuart,=20 >=20 > can=E2=80=99t seem to get anything to work=E2=80=A6 >=20 > Tried this: (didn=E2=80=99t work) >=20 > root@localhost:/etc/apache2/sites-enabled# cat default-ssl.webdna > > ServerAdmin webmaster@localhost >=20 > DocumentRoot /var/www/html > > Options FollowSymLinks > AllowOverride None > > > Options Indexes FollowSymLinks MultiViews ExecCGI > AllowOverride None > Order allow,deny > allow from all > >=20 > ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ > > AllowOverride None > Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch > Order allow,deny > Allow from all > >=20 > ErrorLog ${APACHE_LOG_DIR}/error.log >=20 > # Possible values include: debug, info, notice, warn, error, = crit, > # alert, emerg. > LogLevel warn >=20 > CustomLog ${APACHE_LOG_DIR}/access.log combined >=20 >  AddHandler fcgid-script .dna >=20 >  >  RewriteEngine on >  RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >  >=20 > FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna > DefaultMaxClassProcessCount 1 > =20 >=20 >=20 >=20 > Tired this, adding *:443 to the default.webdna file (didn=E2=80=99t = work) >=20 > root@localhost:/etc/apache2/sites-available# cat default.webdna > > ServerAdmin webmaster@localhost >=20 > DocumentRoot /var/www/html > > Options FollowSymLinks > AllowOverride None > > > Options Indexes FollowSymLinks MultiViews ExecCGI > AllowOverride None > Order allow,deny > allow from all > >=20 > ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ > > AllowOverride None > Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch > Order allow,deny > Allow from all > >=20 > ErrorLog ${APACHE_LOG_DIR}/error.log >=20 > # Possible values include: debug, info, notice, warn, error, = crit, > # alert, emerg. > LogLevel warn >=20 > CustomLog ${APACHE_LOG_DIR}/access.log combined >=20 >  AddHandler fcgid-script .dna >=20 >  >  RewriteEngine on >  RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >  >=20 > FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna > DefaultMaxClassProcessCount 1 > >=20 >=20 > Any suggestions welcome=E2=80=A6 not sure this should be so = difficult=E2=80=A6 >=20 > Thanks. >=20 > Best success, >=20 > =E2=80=94Rupert >=20 > Rupert R >=20 >=20 >=20 >=20 >> On May 25, 2020, at 10:38 PM, talk@webdna.us wrote: >>=20 >> You may need to setup a virtual host for port 443, check the one that = you have for port 80 and ensure that you have the webdna handler, fcgi = wrapper & the mod_rewrite.c documented in the file for your port 443 = site. >>=20 >>=20 >> Kind regards >>=20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@plsoftware.com.au >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>> On 26 May 2020, at 12:25, talk@webdna.us wrote: >>>=20 >>> HI Stuart,=20 >>>=20 >>>=20 >>> Admin page:=20 >>>=20 >>> http:// =20 >>>=20 >>> Admin page is accessible and functional >>>=20 >>> https:// >>>=20 >>> [include file=3Dincs/admn_head.inc&WebDNA_Not_Configured=3DStatistics]= [ShowIf [lookup = db=3D../Users.db&value=3DUPDATEDONE&lookInField=3Duser&returnField=3Duser=C2= =ACFound=3D]!UPDATEDONE] [!] >>> If you can see this text, then your web server is not configured = properly, or you are not viewing this page through your web server. You = can solve this problem yourself right now. >>>=20 >>> =E2=80=A2 Make sure your web server has a suffix mapping set up = for ".dna" files to use WebDNA. Refer to your web server documentation = for details on how to set up a suffix mapping >>> =E2=80=A2 On a Windows web server, make sure you shut down and = then restart your web server software after installing WebDNA, and make = sure either WebDNA Standalone program is running (DBServer.exe) or the = WebCat Service is installed and running in the Services Control Panel >>> =E2=80=A2 In your web browser window, look at the "Location" = textbox and make sure that the URL begins with "http://". If it begins = with "file://" then you are not using your web server, and you should = proceed to step 4. >>> =E2=80=A2 Use your web browser to go to the URL http://www..com/WebCatalog=20 >>>=20 >>>=20 >>>=20 >>> Testpage.dna >>>=20 >>> https:// >>>=20 >>> Test of day and date >>> [date %A, %B %d, %Y] =20 >>>=20 >>>=20 >>> http:// =20 >>>=20 >>> Test of day and date >>> Tuesday, May 26, 2020=20 >>>=20 >>>=20 >>>=20 >>> Thanks, >>>=20 >>> =E2=80=94Rupert R >>>=20 >>>> On May 25, 2020, at 8:22 PM, talk@webdna.us wrote: >>>>=20 >>>> Hi Rupert >>>>=20 >>>> What does your page display? >>>>=20 >>>> Kind regards >>>>=20 >>>> Stuart Tremain >>>> Pharoah Lane Software >>>> AUSTRALIA >>>> webdna@plsoftware.com.au >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>>> On 26 May 2020, at 10:14, talk@webdna.us wrote: >>>>>=20 >>>>> Hey All,=20 >>>>>=20 >>>>> Successful installed Linode: >>>>>=20 >>>>> WebDNA FCGI 8.5.1 >>>>> ubuntu 18.04 >>>>> linux >>>>> apache 2.4 >>>>> letsencrypt SSL cert >>>>>=20 >>>>> I can access (and update) the Admin page using = http://[servername]/WebDNA/Admin/ THIS WORKS! >>>>>=20 >>>>> but when I use SSL: https://[servername]/anyfile.dna or = https://[servername]/WebDNA/Admin/ These DON'T work.=20 >>>>>=20 >>>>> All other pages on site are served fine with https:// >>>>>=20 >>>>> I believe this is file/path issue=E2=80=A6 is this Apache or = WebDNA which one? >>>>>=20 >>>>> Advice or direction welcome.=20 >>>>>=20 >>>>> Thanks,=20 >>>>>=20 >>>>> =E2=80=94Rupert R >>>>>=20 >>>>>=20 >>>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >>>>=20 >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >>>=20 >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >>=20 >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us . christophe.billiottet@webdna.us

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Why are some admin pages not encrypted? (2000) [WebDNA] Is there a good file upload script available these days? (2009) WebCat2b12 - nesting [tags] (1997) 2.0Beta Command Ref (can't find this instruction) (1997) What port is Email on ? (2000) [isfolder] and [filename] (1997) OT: Flash developer needed (2007) Polls (2003) WebCat Documentation (was [platform] tag?) (1998) WebCat2 several catalogs? (1997) Running _every_ page through WebCat ? (1997) random sorting broken (was Re[2]: php vs WebCatalog) (2000) WebCatalog NT beta 18 problem (1997) WebCat for Unix?? (1997) Sorting Orders (1997) Searching multiple fields from one form field (1997) Limiting user access to .tmpl files (1997) POP Mail Server Reseting (1998) MOOOOOO (2000) new orderfile params... (2003)