Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Re: Using 5.1 NM SDK with Certificate based authentication against cluster mode 8.2
2018-04-21
12:02 PM
2,066 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm stuck with an auth failure on simulator 9.3 when attempting to do cert based authentication using the SDK.
I used https://netapp.io/2016/11/08/certificate-based-authentication-netapp-manageability-sdk-ontap/ as a guide.
LAB93::> security login show -user-or-group-name cert_user Vserver: LAB93 Second User/Group Authentication Acct Authentication Name Application Method Role Name Locked Method -------------- ----------- ------------- ---------------- ------ -------------- cert_user ontapi cert admin - none LAB93::> security certificate show -vserver LAB93 -type client-ca Vserver Serial Number Common Name Type ---------- --------------- -------------------------------------- ------------ LAB93 D47D7F0D6DDF7F10 cert_user client-ca Certificate Authority: cert_user Expiration Date: Tue Apr 20 18:39:15 2021
python apitest.py -C test.pem -K test.key 10.10.1.100 system-get-version OUTPUT: <results status="failed" reason="Authorization failed" errno="13002"></results>
Solved! See The Solution
1 ACCEPTED SOLUTION
Nick-Elliott has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SSL Client Auth enabled got flipped back to false on me. Flipped back to true and all is right with the world again.
1 REPLY 1
Nick-Elliott has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SSL Client Auth enabled got flipped back to false on me. Flipped back to true and all is right with the world again.