I deleted the certificates in windows server, and there was also a port binding (https to port 443) that I removed that was added when installing the certificate via IIS.
but none of this fixed the issue.
I believe this is being caused by our custom script "shell" we use for admin, no longer being able to connect to mavens. The admin code is on same windows server, but I think I need to add the new certs on the window server, so mavens knows they are allowed...
(my apologies for being ignorant on much of this, as I'm self teaching myself as I go)
SSL Support in Gold 4.xx
-
- Site Admin
- Posts: 5931
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
If you want your IIS web server to also support SSL then you will need to install your cert there as well. But that's completely independent of SSL used by Poker Mavens. Do you have the OpenSSL files saved to the Poker Mavens program folder (where PMServer.exe is installed)? Specifically libeay32.dll and ssleay32.dll. They should be in C:\Program Files (x86)\Briggs Softworks\Poker Mavens 5\.
And if you're running the 64-bit version of Poker Mavens you must use these: http://www.briggsoft.com/download/OpenSSL64.zip
For the 32-bit version you must use these: http://www.briggsoft.com/download/OpenSSL.zip
And if you're running the 64-bit version of Poker Mavens you must use these: http://www.briggsoft.com/download/OpenSSL64.zip
For the 32-bit version you must use these: http://www.briggsoft.com/download/OpenSSL.zip
-
- Posts: 9
- Joined: Thu Jul 09, 2015 5:49 pm
Re: SSL Support in Gold 4.xx
I do have the OpenSSL files saved to the PMserver.exe folder.
I believe that I need to install the SSL in the IIS web server too.
I'll have to experiment, but I think the same SSL cert will work there as well since it all resolves to the same web address.
Thanks for your help, I'll post a final solution when I get it straightened out, in case anyone else can learn from my mistakes.
I believe that I need to install the SSL in the IIS web server too.
I'll have to experiment, but I think the same SSL cert will work there as well since it all resolves to the same web address.
Thanks for your help, I'll post a final solution when I get it straightened out, in case anyone else can learn from my mistakes.
-
- Site Admin
- Posts: 5931
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
If you can load your site directly via HTTPS (e.g., https://www.example.com:8087) then you'll know it's working correctly in Poker Mavens.
-
- Posts: 9
- Joined: Thu Jul 09, 2015 5:49 pm
Re: SSL Support in Gold 4.xx
Still struggling with this,mainly because of the several pieces involved. so let me back up and ask a general question;
Does Poker Mavens have use the SSL within mavens to be encrypted, or can the SSL encryption be provided at the domain level of the the windows server?
We need to domain level SSL for other parts of our site, but obviously we also need to mavens to be encrypted.
Does Poker Mavens have use the SSL within mavens to be encrypted, or can the SSL encryption be provided at the domain level of the the windows server?
We need to domain level SSL for other parts of our site, but obviously we also need to mavens to be encrypted.
-
- Posts: 9
- Joined: Thu Jul 09, 2015 5:49 pm
Re: SSL Support in Gold 4.xx
BTW I you can load my site directly via HTTPS when SSL is turned turned on in mavens.
via https://mysite.com:8087
via https://mysite.com:8087
-
- Site Admin
- Posts: 5931
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
The only thing I know about the internals is that I'm using Indy Socket components and those rely on those OpenSSL files. Poker Mavens is its own independent web server so it doesn't care about what is going on with IIS, Apache, or any other web server on your system.Tommyboy13 wrote:Does Poker Mavens have use the SSL within mavens to be encrypted, or can the SSL encryption be provided at the domain level of the the windows server?
-
- Site Admin
- Posts: 5931
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
So when else is it not working?Tommyboy13 wrote:BTW I you can load my site directly via HTTPS when SSL is turned turned on in mavens.
via https://mysite.com:8087
-
- Posts: 9
- Joined: Thu Jul 09, 2015 5:49 pm
Re: SSL Support in Gold 4.xx
We have the poker shell in an Iframe with a "skin" around it for various player management controls. It's the call from the skin to get the site that appears to be not working.Kent Briggs wrote:So when else is it not working?
I think it's simply mismatched "http" vs "https" somewhere in the skin code. But unfortunately i can only change that code through my developer, so I'm still trying to see if this may be the case.
-
- Site Admin
- Posts: 5931
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SSL Support in Gold 4.xx
That's probably it because once you enable SSL in Poker Mavens you cannot access it via http. It has to be https.Tommyboy13 wrote:I think it's simply mismatched "http" vs "https" somewhere in the skin code.