Member since
03-17-2021
1
Post
0
Kudos Received
0
Solutions
03-17-2021
07:50 AM
Hi, @alim NiFi fails to push to GitHub. Buckets appear in the folder specified in providers.xml but not synchronized with GitHub repository. I use NiFi Registry 0.8.0 on Linux Mint Cinnamon 20 Logs are full of stuff like this: 2021-03-17 16:25:31,145 INFO [main] org.apache.nifi.registry.NiFiRegistry Registry initialization took 5822674415 nanoseconds (5 seconds). 2021-03-17 16:27:04,948 INFO [NiFi Registry Web Server-22] o.a.n.r.w.m.IllegalStateExceptionMapper java.lang.IllegalStateException: Access tokens are only issued over HTTPS. Returning Conflict response. 2021-03-17 16:27:04,954 INFO [NiFi Registry Web Server-38] o.a.n.r.w.m.IllegalStateExceptionMapper java.lang.IllegalStateException: User authentication/authorization is only supported when running over HTTPS.. Returning Conflict response. Everything is configured exactly as explained in the article. P.S. Certificate authentication is not configured for access to Registery instance, could this be a problem in my case?
... View more