Page 6 of 6
Re: CloudFlare and websocket support
Posted: Wed Feb 16, 2022 7:01 pm
by Bcruey
Email sent
Re: CloudFlare and websocket support
Posted: Sun Nov 06, 2022 8:39 pm
by Benji
Hi,
I've followed all instruction and only get an Error Code 522 when "Always Use HTTPS" is enabled.
When it is not, PM loads quickly. I am using Full (strict) and have put the .crt and .key files in the x86/BriggsSoft/PM folder, without having Internet Information Services installed on my windows 2019 server.
Should I just leave this off since the traffic is working through cloudfare?
Thanks,
Re: CloudFlare and websocket support
Posted: Mon Nov 07, 2022 10:45 am
by Kent Briggs
Benji wrote: ↑Sun Nov 06, 2022 8:39 pm
When it is not, PM loads quickly. I am using Full (strict) and have put the .crt and .key files in the x86/BriggsSoft/PM folder, without having Internet Information Services installed on my windows 2019 server.
It doesn't really matter where you put the files because you have to specify their full path in the PM Service Manager. Did you do that?
Re: CloudFlare and websocket support
Posted: Mon Nov 07, 2022 11:10 am
by Benji
Yes I did. Because the site is still not secure as seen in attachment, I wonder if it's through another cloudfare setting.
Still looking for something I'm missing.
Re: CloudFlare and websocket support
Posted: Mon Nov 07, 2022 4:11 pm
by Kent Briggs
You're missing the SSL Root Cert file.
Re: CloudFlare and websocket support
Posted: Mon Nov 07, 2022 7:48 pm
by Benji
Ah, you're right.. in that screen cap it was out. Here it is with the same outcome
Code: Select all
[s] If I turn off Always Use HTTPS it works again [/s]
scratch that, it stopped working now even with it off

Re: CloudFlare and websocket support
Posted: Mon Nov 07, 2022 8:11 pm
by Kent Briggs
Benji wrote: ↑Mon Nov 07, 2022 7:48 pm
scratch that, it stopped working now even with it off
Is there anything in your Error Log?
Re: CloudFlare and websocket support
Posted: Tue Nov 08, 2022 5:30 pm
by Benji
I was using the RSA as the cert file as seen in the previous post, when I switched to using a pem file seen below everything works great now.
Thanks for your help