I am not able to run /http-bind/ on " https://" . Why ? Please advice

Hello Genius,

I am using OpenArchive for chat-message service. I am able to run my code and all setups on http:// .
but now I am using https:// . So I am not able to connect with server.

POST https://www.domain123.com:7443/http-bind/ 500 (Task org.jivesoftware.openfire.http.HttpSessionManager$HttpPacketSender@1f6924bb rejected from java.util.concurrent.ThreadPoolExecutor@12deaaad[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9])

Please suggest!

Thank you.

it is because of the self-signed certificates,

one temporary trick is there, type your url https://www.domain123.com:7443/http-bind/

The browser will show

Your connection is not private

click “advanced” and click “proceed

and again try running your application, then for few minutes your application will work

if problem comes again, then close the browser and again do the same steps