Page 1 of 1

Assistance with SSL setup

Posted: Tue Apr 07, 2020 3:10 pm
by naked_eskimo
I have received my cert that I ordered through K Software. I have copied the dll files into the correct folder as well as my key, cert and root bundle. I configured the ssl options correctly (I believe) in the server software.

Now my site is inaccessible with ssl turned on. If I turn it off, it works fine. When I try to connect from a test linux box, I get a websocket error 1006

Am I missing something obvious that someone could point me towards? Nmap shows all the necessary ports are still open.

Re: Assistance with SSL setup

Posted: Tue Apr 07, 2020 3:17 pm
by naked_eskimo
Doh, I was forgetting to append the port to the new url

Re: Assistance with SSL setup

Posted: Tue Apr 07, 2020 3:53 pm
by Kent Briggs
naked_eskimo wrote:Doh, I was forgetting to append the port to the new url
If you're not also running an IIS web server on the same machine, you can change the file port to 443 and then not have to include it in the URL. In addition, since Poker Mavens cannot bind to 80 and 443 at the same time, you can run my Redirect utility to forward HTTP connection attempts to HTTPS:

http://www.briggsoft.com/docs/pmavens/U ... m#redirect