Are you using an https connection to your domain name when making your API call to the poker server?Bojik wrote:Just installed ssl for the poker server and it is working with a redirect for the http address to the https address in godaddy.
But API access and remote admin access are not working.
Any thoughts?
SSL Support in Gold 4.xx
-
- Site Admin
- Posts: 5766
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
Re: SSL Support in Gold 4.xx
And yes, API and remote admin were both working prior to ssl install.
No changes to my firewall or any other network\server settings.
No changes to my firewall or any other network\server settings.
Re: SSL Support in Gold 4.xx
yes, https call in api settings
Re: SSL Support in Gold 4.xx
Using the API Reference Utility 1.16
I'm getting a connection error and nothing is showing up in the Maven logs. Guessing the url redirect is the issue.
I'm getting a connection error and nothing is showing up in the Maven logs. Guessing the url redirect is the issue.
Re: SSL Support in Gold 4.xx
on server with http://127.0.0.1 is says connection closed gracefully, and with https://127.0.0.1 it says could not load ssl library.
-
- Site Admin
- Posts: 5766
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
Make sure you put the 32-bit OpenSSL files into the folder where you have the API utility. A link to those are in the FAQ (item 17):Bojik wrote:Using the API Reference Utility 1.16
I'm getting a connection error and nothing is showing up in the Maven logs. Guessing the url redirect is the issue.
http://www.briggsoft.com/pmfaq.htm
-
- Site Admin
- Posts: 5766
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
Your SSL cert is tied to your domain name so the raw IP connections will no longer work. Use the full domain name instead.Bojik wrote:on server with http://127.0.0.1 is says connection closed gracefully, and with https://127.0.0.1 it says could not load ssl library.
Re: SSL Support in Gold 4.xx
I am doing that on a different computer and no go.
https://poker.mysite.com/api, was working prior to ssl setup.
https://poker.mysite.com/api, was working prior to ssl setup.
-
- Site Admin
- Posts: 5766
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
You can email me your actual URL and I'll see how it works from here.Bojik wrote:I am doing that on a different computer and no go.
https://poker.mysite.com/api, was working prior to ssl setup.