​I don't run Solaris, so I can only assume you have a stunnel.conf file in
/etc/stunnel or in /etc location. Edit that location and change:

sslVersion = TLSv1
options = NO_SSLv2
options = NO_SSLv3

to:

sslVersion = TLSv1.2
options = NO_SSLv2
options = NO_SSLv3



On Thu, May 10, 2018 at 12:08 PM, Daniel Trickett <
daniel.trick...@emdmillipore.com> wrote:

> Hi,
>
>
>
> We are running stunnel 5.44 on Solaris. Our b2b legacy system is using TLS
> 1.0. We have a supplier who recently switched to TLS 1.2 and we can no
> longer connect to the site from our b2b. How can I configure stunnel to
> connect to the supplier site using TLS 1.2?  TIA.
>
>
>
> Dan T
>
>
>
_______________________________________________
stunnel-users mailing list
stunnel-users@stunnel.org
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users

Reply via email to