Fix
This commit is contained in:
parent
1ae64e1f86
commit
13ce168dd1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Once they have an access token they can do any operation that the token has been
|
||||||
|
|
||||||
{{book.project.name}} has <<fake/../../realms/ssl.adoc#_ssl_modes,three modes for SSL/HTTPS>>.
|
{{book.project.name}} has <<fake/../../realms/ssl.adoc#_ssl_modes,three modes for SSL/HTTPS>>.
|
||||||
SSL can be hard to set up, so out of the box, {{book.project.name}} allows non-HTTPS communication over private IP addresses like
|
SSL can be hard to set up, so out of the box, {{book.project.name}} allows non-HTTPS communication over private IP addresses like
|
||||||
localhost and 192.168.x.x.
|
localhost, 192.168.x.x, and other private IP addresses.
|
||||||
In production, you should make sure SSL is enabled and required across the board.
|
In production, you should make sure SSL is enabled and required across the board.
|
||||||
|
|
||||||
On the adapter/client side, {{book.project.name}} allows you to turn off the SSL trust manager.
|
On the adapter/client side, {{book.project.name}} allows you to turn off the SSL trust manager.
|
||||||
|
|
Loading…
Reference in a new issue