An AOLserver configuration file from an old server I used to run has this 
section defined:

ns_param Protocol            "SSLv2, SSLv3, TLSv1"
ns_param CipherSuite         "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"

From the OpenSSL documentation:
Only enable TLSv1.2:

SSL_CONF_cmd(ctx, "Protocol", "-ALL,TLSv1.2");


So I’d assume the following would restrict AOLserver to ONLY use TLS 1.2:

ns_param Protocol            “-ALL,TLSv1.2"
ns_param CipherSuite         "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP"


/s.


> On Jun 23, 2015, at 10:36 AM, Paula Giangeruso <pgianger...@wineaccess.com> 
> wrote:
> 
> Does anyone have TLS v1.2 working on AOLserver?  If so how did you go about 
> doing this?
> 
> Thank You,
> Paula
> 
> -- 
> Paula Giangeruso - Vice President/Engineering
> pgianger...@wineaccess.com <mailto:pgianger...@wineaccess.com> | 
> www.wineaccess.com <http://www.wineaccess.com/>
> O: ( <>610) 642-1255 | F: (610) 642-1277 | C: (609) 731-8092
> 
> wineaccess ®
> direct from the source
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors 
> network devices and physical & virtual servers, alerts via email & sms 
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o_______________________________________________
> aolserver-talk mailing list
> aolserver-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/aolserver-talk

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
aolserver-talk mailing list
aolserver-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aolserver-talk

Reply via email to