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.




URL changing problem in Scheduler

emails
scheduler

We change the FullGeminiURL at gemini_applicationsettings table to https://gemini.xxx.xxx:8080/

After I change at the Countersoft.Gemini.Scheduler.exe.config (Client WebServicesURL="https://gemini.xxx.xxx:8080/" .../) and added one of the admins login/pass to the AuthenticationUsername and AuthenticationPassword value.

Then I restart the Countersoft Gemini Scheduler Service and recycle the Gemini Application pool.

But the Scheduler doesn't work well, we don't get any email message from Gemini. I check the system log, but there aren't any log item.

I'd like to ask what things to do more for the Scheduler's good working?

Gemini version: v4.2.1 (build 3250) Gemini scheduler version: v4.2.1

hoszi
· 50
hoszi
Replies (6)
helpful
0
not helpful

Can you check the windows application log (event viewer) for errors from the scheduler service?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I find this.

System - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. - at System.Net.HttpWebRequest.GetResponse() at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType) at CounterSoft.Gemini.WebServices.BaseService.GetResponse[T](String url, Object o, RequestType r) at CounterSoft.Gemini.WebServices.BaseService.WhoAmI() at CounterSoft.Gemini.Scheduler.SchedulerService.GetServiceManager(String url, String username, String password)

We use an own certificate, we think this is the problem. What will be the solution of this problem?


hoszi
· 50
hoszi
helpful
0
not helpful

Yes, that is the issue, the certificate is invalid. Can you use HTTP instead?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

If it possible we'd like to use only HTTPS because we use one URL for internal and external usage. So if we don't want to use HTTP we can buy a trusted certificate because the own certificate is not enough?


hoszi
· 50
hoszi
helpful
0
not helpful
ANSWER

Yes, when the certificate is valid it will work.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks.


hoszi
· 50
hoszi