diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-04-16 20:58:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-16 20:58:20 +0000 |
commit | 9c152c3c93793fb15e7ba9a311de4f3974f712fb (patch) | |
tree | de47acacb37d62154a54728f65221d120cd986a9 | |
parent | e97570dca9ddbfbb253f7c5b4f073b2dab071974 (diff) | |
parent | fd3af2a0f9fb621473dc4cb3810da8bf36e426aa (diff) |
Merge "Rel Notes for HTTP security check for SDC"
-rw-r--r-- | docs/release-notes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 751f1149..bc2e7002 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -16,13 +16,15 @@ Version: 2.3.2 This is the official release notes for the Casablanca Maintenance Release 3.0.2. **Known Issues** - * The issue is an application running on https will not open in Portal if the AAF root CA is missing. + * The issue is an application running on HTTPS will not open in Portal if the AAF root CA is missing. An error message will appear in a separate tab in Portal. It will say something like: “The webpage at https://portal.api.simpledemo.onap.org:30200/vid/welcome.htm?cc=........ might be temporarily down or it may have moved permanently to a new web address.” Here is the work-around, copy above VID (or other app) URL and replace welcome.htm to login.htm in a new browser window; after login come back to Portal home page and click VID, it will now work. + * For applications running on HTTP (for example SDC), the user needs to disable the security check in the browser to access the application. + **Other** * Portal updated Keystore certificate from AAF to extend its expiry date; This change was made in OOM project. |