Can anyone suggest how can g-wan be configured with secure http (https)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Before G-WAN releases it SSL/TLS support, you can use Stunnel which will relay SSL/TLS connections to G-WAN.
There’s also another way to support
SSL/TLSthat G-WAN v3.10+ will offer:protocol handlers.These handlers are dedicated to the task of supporting new protocols, like
POP3, SMTP, LDAP, XMPP.Instead of hard-coding al the protocols requested by our G-WAN users, we have found that it would be far better to let people implement what they actually need. We can help them to do that, but this is way to proceed is no longer blocking anyone – on either side.
So, to answer to your question, you will be able to use
OpenSSLorGNU-TLSto addSSL/TLSsupport to G-WAN.Of course, G-WAN will not be liable for the bugs in either the handlers or the SSL libraries.