Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Question: SSL VPN and SSL Proxy possible at the same time?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Question: SSL VPN and SSL Proxy possible at the same time? (Read 3025 times)
Jhjacobs81
Newbie
Posts: 19
Karma: 0
Question: SSL VPN and SSL Proxy possible at the same time?
«
on:
May 26, 2020, 11:03:44 am »
Hello,
So currently we are running 2 different Sophos firewalls. one for the SSL proxy (port 443) and one for the SSL VPN (port 443)
People on the Sophos have complained about this (they cant both be run on the same port) since ages, and kept asking for this possibility, but so far to no avail.
I wonder, can OpnSense do this? I would really like to get rid of our "temporary" solution
Logged
Gauss23
Hero Member
Posts: 766
Karma: 39
Re: Question: SSL VPN and SSL Proxy possible at the same time?
«
Reply #1 on:
May 29, 2020, 11:32:01 am »
I´m not sure if I understand your "problem" correctly. 2 services cannot run on the same interface and on the same port with the same protocol.
But the services you are talking should run on different interfaces:
usually the SSL VPN will run on the WAN interface whereas the SSL proxy should run on the internal interfaces.
This is something you can configure with OPNsense. You just need to move the web GUI to another port if you want to use port 443 on an internal interface
Logged
„The S in IoT stands for Security!“
Jhjacobs81
Newbie
Posts: 19
Karma: 0
Re: Question: SSL VPN and SSL Proxy possible at the same time?
«
Reply #2 on:
September 25, 2020, 04:12:18 pm »
I’m sorry, i was not clear enough :-)
We have an SSL proxy (with Nginx) that allow external users to access internal sites.
We also have a SSL VPN server, so users can use VPN without beeing blocked when inside other company’s network. (I really dont understand why you would want to block ANY VPN protoco anyways.. but alas! Some comoany’s only allow outgoing connections on port 80/443)
They cant share an IP/PORT anyways. We have now found another solution
Logged
Patrick M. Hausen
Hero Member
Posts: 6826
Karma: 573
Re: Question: SSL VPN and SSL Proxy possible at the same time?
«
Reply #3 on:
September 25, 2020, 04:23:22 pm »
Sslh can multiplex at least
HTTPS
OpenVPN
SSH
all on one port, e.g. 443 with much better performance than the builtin fallback function of OpenVPN.
I plan do write a plugin for Hacktoberfest.
https://github.com/yrutschle/sslh
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Question: SSL VPN and SSL Proxy possible at the same time?