Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Gemini 4.0 - Invalid gemini url

api
add-ons
desktop

I am getting Invalid Gemini URL every time. (desktop 4.0)

I use HTTPS.

Did anyone solve this problem ?

Roland
· 1
Roland
Replies (6)
helpful
0
not helpful

Which version of Gemini (web app) are you running? Do you have a valid certificate for the site?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I have self signed certificate for testing purposes.

Gemini 4.0


Roland
· 1
Roland
helpful
0
not helpful

It is probably because of the self signed cert. Check in fiddler the response from the server.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Is there an app setting to trust all certificates ? if not, can it be added ?

Is there source code for Gemini 4.0 released ?


Roland
· 1
Roland
helpful
0
not helpful

Yes, the source code for 4.0 is released to source code licensees. We don't have an app for certificate testing. Why not try it first without https?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

It works without the HTTPS.

I was referring to some app.config setting that would just trust all certificates without validation. Something like:

System.Net.ServicePointManager.ServerCertificateValidationCallback += delegate { return true; };


Roland
· 1
Roland