Good day!
Is it possible to realize the means of Stunnel, the following functionality?
There is an application that is not able to SSL, I need to send data to the
server over HTTPS.
How can this be implemented without installing an instance of Stunnel on
the server side?
Do I need to specify the certificate when implementing the above, if so,
what kind of certificates are needed?
At the moment I have the following config.

sslVersion = all
options = NO_SSLv2
options = NO_SSLv3
fips = no

[https]
client = yes
connect = externalhost:9443
accept = localhost:54321
TIMEOUTclose = 0
TIMEOUTconnect = 200
TIMEOUTidle = 86400

-- 

Best regards,

*Constantin Kruchinin*
_______________________________________________
stunnel-users mailing list
[email protected]
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users

Reply via email to