Re: problems with SSL cert/SOLVED

2020-01-10 Thread Rebecca Bryant via 4D_Tech
Thank you John! Good to know!! Rebecca >>>>>>>>>>> Message: 10 Date: Fri, 10 Jan 2020 08:39:58 -0600 From: John DeSoi To: 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: problems with SSL cert/SOLVED Message-ID: Content-Type: text/plain; ch

Re: problems with SSL cert/SOLVED

2020-01-10 Thread Rebecca Bryant via 4D_Tech
-0500 From: Sandor Szatmari To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Rebecca Bryant Subject: Re: problems with SSL cert Message-ID: <5b4a0d72-6545-4a9a-8436-e334facb6...@infoplusonline.com> Content-Type: text/plain; charset="utf-8" Rebecca, Don’t know if this is re

Re: problems with SSL cert/SOLVED

2020-01-10 Thread John DeSoi via 4D_Tech
Glad to hear you solved it. The initial setup can be a bit complex, but I highly recommend automating the whole SSL certificate thing with Let's Encrypt. The certificate cost goes to zero and you never have to worry about it again unless your logging script says you have an issue. It

Re: problems with SSL cert

2020-01-10 Thread Sandor Szatmari via 4D_Tech
Rebecca, Don’t know if this is related, but I had a difficult time replacing a cert recently. I found out that 4D server reads all certs in the main directory regardless of if you intent to used them or not. As soon as I removed unused certs everything functioned perfectly. I had simply

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 Timothy Penner via 4D_Tech
If I had to guess, its that the private key is encrypted and requires a password. If that’s true you will need to remove the password first. Here is a reference for this, from digicert nonetheless: https://knowledge.digicert.com/solution/SO5292.html -Tim

Re: problems with SSL cert

2020-01-09 Thread Rebecca Bryant via 4D_Tech
s becca...@gmail.com > > -- > > Message: 1 > Date: Thu, 9 Jan 2020 09:14:10 -0500 > From: Rebecca Bryant > To: 4d_tech@lists.4d.com > Subject: problems with SSL cert > Message-ID: > fvvs3degbckja06imy++knwmabga8-qge...@mail.g

Re: problems with SSL cert

2020-01-09 Thread John DeSoi via 4D_Tech
> On Jan 9, 2020, at 8:14 AM, Rebecca Bryant via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > When I > try to start the app I get an error on the first line of the startup > routine; it lists the 'key.pem' file with the error 'Access denied'. Compare the file permissions on the old key to the

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