Photoshop API SSL error server-to-server
ClientId:0e6d8028a3d340fe9c7202f7a3151ef7Description of issue:We are trying to connect photoshop to the authorization service from a remote server, it is located in Germany Server IP:91.107.225.32, but we get a ssl error due to which we cannot connect to you for authorization. We are using python urllib library for making requests
Error message:Traceback (most recent call last):File "/usr/local/lib/python3.8/urllib/request.py", line 1354, in do_openh.request(req.get_method(), req.selector, req.data, headers,File "/usr/local/lib/python3.8/http/client.py", line 1256, in requestself._send_request(method, url, body, headers, encode_chunked)File "/usr/local/lib/python3.8/http/client.py", line 1302, in _send_requestself.endheaders(body, encode_chunked=encode_chunked)File "/usr/local/lib/python3.8/http/client.py", line 1251, in endheadersself._send_output(message_body, encode_chunked=encode_chunked)File "/usr/local/lib/python3.8/http/client.py", line 1011, in _send_outputself.send(msg)File "/