[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] I'm totally stumped with an ssl connection error



Don't leave the .conf for Apache 2.4 and later.  Previously, the extension
didn't matter, now it does. Also, sites-enabled/* should be symlinks to
sites-available/*.conf files.

Can't really help more. Stopped using apache for anything serious almost a
decade ago.

Thought only TLSv1.2 should be used anymore. All prior SSL/TLS versions were
broke. Actually, just read a 6+ month old article about this last week when
checking my sites and considering switching to "Let's Encrypt" certs.

And for quickly sharing text files, sprunge.us is nice. No javascript needed to
post something, so *cat file | curl -F 'sprunge=<-' http://sprunge.us* works to
post and get a fresh URL back to share.

On 02/14/2016 05:50 AM, Jim Lynch wrote:
> 
> 
> I removed the default.conf from sites-enabled, which I had renamed to
> zdefault.conf thinking it would ignore most of it.
> 
> That may have been the problem.  Once I removed the default, at least my phone
> now works.  Can someone that was experiencing the problem please confirm that?
> 
> Thanks,
> Jim.
> 
> 
> On 02/13/2016 05:36 PM, Jim Lynch wrote:
>> I help maintain a site to support the Georgia Amateur Radio Emergency
>> Service.  Last week it started tossing an ssl connection error,
>> ERR_SSL_PROTOCOL_ERROR after having run with (almost) no issues for months. 
>> I'm running apache on Ubuntu server.  It's a virtual host along side of
>> another ARRL site.  I'm forcing it to use SSL via
>>
>> RedirectPermanent / https://gaares.org/
>