Re: How do I redirect http to https on initial site access?

2020-06-02 Thread Rebecca Bryant via 4D_Tech
ommunications take place via HTTPS. Please refer to >the WEB SET OPTION ><https://doc.4d.com/4Dv17/4D/17.4/WEB-SET-OPTION.301-4882189.en.html> > command >description for detailed information on HSTS. > > Might be the same for 16R5. > > HTH, > > Tom Be

How do I redirect http to https on initial site access?

2020-06-01 Thread Rebecca Bryant via 4D_Tech
If a user enters http://mysite,com into the browser, how do I intercept and re-direct to https://mysite.com? I tried putting the index.html page in a different folder but neither OWA nor OWC is invoked upon that initial attempt to access if http is used. If I put a TRACE in both those methods,

Re: problems with SSL cert/SOLVED

2020-01-10 Thread Rebecca Bryant via 4D_Tech
ublic key, and > certificate > > request. The request was submitted to DigiCert (by a tech support > > co-worker). The resulting file was renamed 'cert.pem' and the private key > > was renamed 'key.pem' and placed in the folder with the structure. When I > > try to start the

Re: problems with SSL cert/SOLVED

2020-01-10 Thread Rebecca Bryant via 4D_Tech
current > cert > > expires in a few days so I used GENERATE ENCRYPTION KEYPAIR and GENERATE > > CERTIFICATE REQUEST to generate a private key, public key, and > certificate > > request. The request was submitted to DigiCert (by a tech support > > co-worker). The resul

Re: problems with SSL cert/SOLVED

2020-01-09 Thread Rebecca Bryant via 4D_Tech
I finally got the application to publish to the web using the new SSL certs. I had to do a couple things: (1) To test whether or not the encryption was causing an issue, I restored the last backup of the application and launched the restored, unencrypted app with the new certs (also made sure

Re: problems with SSL cert

2020-01-09 Thread Rebecca Bryant via 4D_Tech
Thank you for the response Timothy, but when I open the private key in a text editor it is the regular header, not the one indicating encryption. However, the folder containing the database files *is *encrypted. When I ran the routine to create the private and public keys and the CSR, I saved

Re: problems with SSL cert

2020-01-09 Thread Rebecca Bryant via 4D_Tech
020 08:46:53 -0600 > From: John DeSoi > To: 4D iNug Technical <4d_tech@lists.4d.com> > Subject: Re: problems with SSL cert > Message-ID: <2f4f5618-6c73-4455-9222-ff8c2ced3...@pgedit.com> > Content-Type: text/plain; charset=us-ascii > > > > On Jan 9, 2

problems with SSL cert

2020-01-09 Thread Rebecca Bryant via 4D_Tech
I am having a problem getting a new SSL certificate to work. This web app has been running successfully with SSL for several years. The current cert expires in a few days so I used GENERATE ENCRYPTION KEYPAIR and GENERATE CERTIFICATE REQUEST to generate a private key, public key, and certificate