You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .ssl part is invalid and should not be there. I suspect it was mistakely ported from Play's documentation where config keys were like play.ws.ssl.trustManager. There are lot more bad config examples like this.
On the other hand paradox documentation shows the same example correctly:
ssl-config {
trustManager = {
...
}
}
This is really confusing so I think either this should be fixed or paradox documentation be publicly available instead of current one.
The text was updated successfully, but these errors were encountered:
@ktoso I've fixed config keys in txt sources on gh-pages however I have trouble rebuilding html files with Sphinx (missing addons). #61. Would you be able to make use of these changes?
Akka HTTP docs regarding HTTPS point to ssl-config documentation where example config is
The
.ssl
part is invalid and should not be there. I suspect it was mistakely ported from Play's documentation where config keys were likeplay.ws.ssl.trustManager
. There are lot more bad config examples like this.On the other hand paradox documentation shows the same example correctly:
This is really confusing so I think either this should be fixed or paradox documentation be publicly available instead of current one.
The text was updated successfully, but these errors were encountered: