Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
c9e1423f
Commit
c9e1423f
authored
Jan 12, 2017
by
Mikhail Morev
Committed by
GitHub
Jan 12, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main.xml
parent
1126922b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
main.xml
...pnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml
+10
-5
No files found.
src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml
View file @
c9e1423f
...
...
@@ -223,19 +223,24 @@
</field>
<field>
<id>
proxy.forward.sslbump
</id>
<label>
Enable SSL
mode
</label>
<label>
Enable SSL
inspection
</label>
<type>
checkbox
</type>
<help>
<![CDATA[
Enable sslbump mode,
which makes the proxy act as a man in the middle between the internet and your clients.<br/>
Enable SSL inspection mode,
which allows to log HTTPS connections information, such as requested URL and/or
make the proxy act as a man in the middle between the internet and your clients.<br/>
Be aware of the security implications before enabling this option.
]]>
</help>
</field>
<field>
<id>
proxy.forward.sslurlonly
</id>
<label>
SSL Domain/IP
only
</label>
<label>
Log SNI information
only
</label>
<type>
checkbox
</type>
<help>
Do not filter content, only domains and addresses
</help>
<help>
<![CDATA[
Do not decode and/or filter SSL content, only log requested domains and IP addresses.<br/>
Some old servers may not provide SNI, so their addresses will not be indicated.
<br/>
Get more information about
<a
href=
"https://wikipedia.org/wiki/Server_Name_Indication"
target=
"_blank"
>
Server Name Indication
</a>
.
]]>
</help>
</field>
<field>
<id>
proxy.forward.sslbumpport
</id>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment