Replies: 1 comment
-
Problem Solved: Our site's certificate was wrong, so we checked and changed our cert and it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to open XML File from Weasis Viewer.
This is my process,
I've tried to check weasis web protocol, XML form, server log etc and I found that Weasis viewer doesn't send any request to our server(XML file exsists on our server, but server doesn't receive 'GET' request). First I thought that it was custom URL(weasis://~) problem, but on Weasis log the error message was this.
I thought this means the requesting custom URL has no problem.
I've tried to find other solution, and one solution helped me to solve the problem.
sudo keytool -import -alias [CERT_NAME] -keystore [WEASIS_cacertFile] -file [MY_SITE_CERT]
made Weasis requesting works, and viewer showed our image successfully. Of course it doesn't work again after reinstallation. This solution didn't solve our basical problem(weasis viewer has to work without any setting process except program installation). Is there any solution that I can try?Beta Was this translation helpful? Give feedback.
All reactions