Oauth2 SSL error
Hello,
Even after using the SSL connection in Oauth2 client Im getting the following error.
ERROR #8854: OAuth 2.0 messages must use SSL/TLS
Any help would be appreciated!
Hello,
Even after using the SSL connection in Oauth2 client Im getting the following error.
ERROR #8854: OAuth 2.0 messages must use SSL/TLS
Any help would be appreciated!
You need to enable https to your REST API. Follow these steps:
Use a proxy server to do that. Have a look at this git : https://github.com/grongierisc/Https-Proxy-IRIS-Docker or this one : https://github.com/lscalese/isc-webgateway-letsencrypt (thanks @Guillaume Rongier)
Steps (thanks @Eduard Lebedyuk )
1. Install public web server (Windows, Linux).
2. Connect it to InterSystems IRIS.
3. Enable HTTPS there. Easiest way is Let's Encrypt.
@Yuri Marx you can use "@Name" to mention someone.
@Sarvesh Raut is your server available over HTTPS (and call HTTPS endpoints)?