How Do I Use SSL for RESTful Engine
After installing the RESTful Engine:
- Open IIS
- Select your website
- Click "Bindings
- Click Add
- Change type to "https"
- Under SSL certificate: select "IIS Express Development Certificate"
- Click OK
- Click Close
- Click "SSL Settings" in IIS
- Click "Open Feature"
- Click "Require SSL"
- Click "Apply"
At this point if you browse to the website you will get a warning about the sites security certificate. If you chose to visit the website, you can do so, but you will be warned that it may insecure.
- Click "Bindings"
- Select the https binding
- Click Edit
- Click View
- Click "Details"
- Click "Copy to File"
- In the "Certificate Export Wizard" click "Next"
- Click "Next"
- Click "Next"
- Click "Next"
- Click "Browse"
- Select a file path and click "OK"
- Click "Next"
- Click "Finish"
- Close all of the open windows
- Open the program "mmc.exe"
- Click File
- Click "Add or Remove Snap-ins"
- Select "Certificates"
- Click "Add"
- Flick "Finish"
- Click "OK"
- Expand Certificates - Current user
- Right click on "Trusted Root Certification Authorities"
- Hover over "All Tasks"
- Click "Import"
- Click "Next"
- Click "Browse" Browse to the certification you saved earlier and click "Open"
- Click "Next"
- Click "Finish"
- In the dialog that appears click "Yes"
- Browse to your RESTful Engine port. You are now running on https
0 Comments
Add your comment